Age | Commit message (Expand) | Author | Files | Lines |
2013-10-31 | Default account storage backend: store parameters with types if possible | Simon McVittie | 1 | -4/+16 |
2013-10-31 | Default accounts backend: store attributes in a properly typed form | Simon McVittie | 1 | -10/+7 |
2013-10-31 | Test some new corner cases in the default account storage backend | Simon McVittie | 1 | -1/+64 |
2013-10-31 | Default account backend: store each account as a stringified GVariant in a file | Simon McVittie | 2 | -50/+62 |
2013-10-31 | Rename default account-store backend from default to keyfile | Simon McVittie | 1 | -3/+2 |
2013-10-29 | account-manager/avatar.py: fix race condition by combining expect_many calls | Simon McVittie | 1 | -4/+2 |
2013-10-29 | mctest: fix invalid method implementations | Simon McVittie | 1 | -2/+2 |
2013-10-29 | Call IdentifyAccount to get new accounts' names | Simon McVittie | 1 | -1/+4 |
2013-10-29 | Don't give storage plugins the full parameter set, just 'account' | Simon McVittie | 1 | -2/+2 |
2013-10-29 | Regression tests: use a simulated CM instead of just holding the bus name | Simon McVittie | 73 | -117/+249 |
2013-10-15 | Remove the A.I.Hidden, AM.I.Hidden interfaces | Simon McVittie | 4 | -123/+2 |
2013-10-14 | Remove Conditions interface | Simon McVittie | 3 | -46/+0 |
2013-10-04 | already-has-channel test: alter how we delay preparation | Simon McVittie | 2 | -29/+21 |
2013-10-04 | already-has-obsolete test: remove | Simon McVittie | 2 | -134/+0 |
2013-10-04 | contact-caps test: remove test coverage for obsolete Capabilities | Simon McVittie | 1 | -9/+1 |
2013-10-04 | capabilities test: emulate Call1, not MediaSignalling | Simon McVittie | 1 | -6/+6 |
2013-10-04 | dispatch-before-connected test: simulate ServerTLSConnection | Simon McVittie | 1 | -12/+2 |
2013-10-02 | avatar-refresh test: subsume avatar-persist, and test more situations | Simon McVittie | 4 | -263/+350 |
2013-10-02 | Implement Contacts properly on SimulatedConnection, and fix tests | Simon McVittie | 6 | -34/+112 |
2013-10-02 | McdAccount: go back to using GetKnownAvatarTokens | Simon McVittie | 1 | -23/+0 |
2013-10-02 | avatar-refresh test: subsume avatar-persist, and test more situations | Simon McVittie | 4 | -263/+371 |
2013-10-02 | Implement Contacts properly on SimulatedConnection, and fix tests | Simon McVittie | 6 | -34/+108 |
2013-10-02 | run-test.sh.in: improve output | Simon McVittie | 1 | -3/+11 |
2013-10-02 | McdConnection: replace GetInterfaces with Get(..., "Interfaces") | Simon McVittie | 4 | -19/+35 |
2013-10-02 | servicetest: if expect() fails, log what was expected | Simon McVittie | 1 | -1/+8 |
2013-10-02 | dbus-account-plugin: include more telepathy-glib headers | Simon McVittie | 1 | -0/+3 |
2013-10-02 | Use AM_CPPFLAGS instead of deprecated INCLUDES | Simon McVittie | 1 | -1/+1 |
2013-10-02 | Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_p | Simon McVittie | 1 | -4/+4 |
2013-10-01 | constants: sync with Gabble master | Guillaume Desmottes | 1 | -0/+9 |
2013-10-01 | constants: sync with Gabble master | Guillaume Desmottes | 1 | -1/+5 |
2013-09-27 | McdConnection: refuse to deal with pre-Requests connections | Simon McVittie | 7 | -258/+17 |
2013-09-27 | Fix comments that talk about MC calling GetStatus | Simon McVittie | 6 | -17/+18 |
2013-09-27 | Remove obsolete fake CM and client | Simon McVittie | 3 | -393/+0 |
2013-09-26 | Sync servicetest, constants with the version merged into Gabble | Simon McVittie | 34 | -275/+836 |
2013-09-26 | Include config.h in every .c file (again) | Simon McVittie | 1 | -0/+1 |
2013-09-20 | Merge branch 'telepathy-mission-control-5.16' into master | Simon McVittie | 4 | -7/+36 |
2013-09-20 | Document the new test logging arrangement | Simon McVittie | 1 | -5/+9 |
2013-09-20 | connectivity test: make sure we've caught up on GDBus messages | Simon McVittie | 2 | -0/+15 |
2013-09-20 | Log verbose test output and give it the same treatment as MC's log | Simon McVittie | 1 | -1/+5 |
2013-09-20 | run-test.sh.in: dump logfiles to stdout on failure | Simon McVittie | 1 | -0/+6 |
2013-09-20 | run-test.sh.in: now that we run under 'set -e', catch failures | Simon McVittie | 1 | -2/+2 |
2013-09-19 | Merge branch 'telepathy-mission-control-5.16' | Simon McVittie | 5 | -138/+203 |
2013-09-19 | document MC_TEST_KEEP_TEMP | Simon McVittie | 1 | -1/+3 |
2013-09-19 | tests: cd into the directory from which we were run | Simon McVittie | 3 | -1/+17 |
2013-09-19 | Tests: clean up all built sources | Simon McVittie | 1 | -1/+2 |
2013-09-19 | tests: write logs to MC_TEST_LOG_DIR, with latest log in `pwd` | Simon McVittie | 5 | -12/+23 |
2013-09-19 | run-mc.sh.in: set DBUS_SYSTEM_BUS_ADDRESS | Simon McVittie | 3 | -3/+13 |
2013-09-19 | Always use run-test.sh to run tests | Simon McVittie | 3 | -126/+151 |
2013-09-19 | installcheck-twisted: test the just-installed MC if using a DESTDIR | Simon McVittie | 1 | -1/+1 |
2013-09-12 | service points: do not treat their handles as special | Simon McVittie | 1 | -20/+0 |