summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'fd.o-24779-CurrentPresence-incorrect' into telepathy-mission-co...Will Thompson2010-12-011-21/+34
|\
| * Set CurrentPresence to Unset if online without SimplePresenceWill Thompson2010-09-161-7/+11
| * Correctly initialize Account.CurrentPresenceWill Thompson2010-09-161-14/+23
* | Implement the "list" operation in the libaccounts backendVivek Dasmohapatra2010-10-122-0/+82
* | Obsolete functions no longer used by the libaccounts get/set implementationsVivek Dasmohapatra2010-10-121-50/+0
* | Update the libaccounts "set" implementation to use the new helpersVivek Dasmohapatra2010-10-121-16/+16
* | Update libaccounts "get" implementation to use the new helper functionsVivek Dasmohapatra2010-10-121-20/+33
* | Helper function to save settings in the SSOVivek Dasmohapatra2010-10-121-0/+34
* | Helper functions to map the enabled flag to the enabled tri-state in SSOVivek Dasmohapatra2010-10-121-0/+55
* | Implement the same AG <-> MC setting mapping functions as the SSO storage pluginVivek Dasmohapatra2010-10-121-8/+107
* | Fix up g_log related helpers so they build (bad comparison, bad func signature)Vivek Dasmohapatra2010-10-121-3/+6
* | Implement the "list" operation in the default account store tool backendVivek Dasmohapatra2010-10-122-0/+8
* | Implement the "list" operation in tha account store toolVivek Dasmohapatra2010-10-121-7/+25
* | Missing includesVivek Dasmohapatra2010-10-122-0/+2
|/
* If keyring support is off, we define stubroutines, we dn't #if them outVivek Dasmohapatra2010-09-161-2/+0
* test/account-store: fix one more build warningSimon McVittie2010-09-151-1/+6
* Fix various build warningsVincent Untz2010-09-153-5/+11
* test/Makefile.am: simplify CFLAGSSimon McVittie2010-09-141-4/+1
* Knock out the account-storage/libaccounts-sso-storage test for 5.6Simon McVittie2010-09-142-5/+2
* Run account storage tests in their own session, and not in installcheckSimon McVittie2010-09-141-11/+14
* Move keyfile_read() to mctest, fixing distcheck in a simple waySimon McVittie2010-09-144-30/+25
* Compile test/. before test/twistedSimon McVittie2010-09-141-1/+1
* add SSO storage backend testSenko Rasic2010-09-142-0/+98
* added default/keyring and diverted storage testsSenko Rasic2010-09-144-0/+397
* test diversion storage plugin: have an exception for a special accountSenko Rasic2010-09-141-2/+7
* set proper environment flags when testing with gnome-keyringSenko Rasic2010-09-142-0/+11
* mc-debug-server.c: use temporary keyring from env, don't create oneSenko Rasic2010-09-141-49/+4
* added tests/keyring-command helper for creating/destroying test keyringSenko Rasic2010-09-142-0/+176
* account-store.c: take temporary keyring name from environmentSenko Rasic2010-09-141-0/+35
* mctest.py: refactored code into new get_fakecm_account() and connect_to_mc() ...Senko Rasic2010-09-141-0/+35
* mc-debug-server.c: added org.freedesktop.Telepathy.MissionControl5.Regression...Senko Rasic2010-09-141-0/+25
* return success on writing a param, only flush to store if we did soVivek Dasmohapatra2010-09-141-1/+4
* Remove old debuggingVivek Dasmohapatra2010-09-141-2/+0
* Don't call into libaccounts until we've muted its chatty debug outputVivek Dasmohapatra2010-09-141-1/+2
* Suppress AG debug for ag_manager creationVivek Dasmohapatra2010-09-141-2/+3
* g_type_init called, some backends need itVivek Dasmohapatra2010-09-141-0/+1
* Fix delete method for dafault storage backendVivek Dasmohapatra2010-09-141-4/+4
* Whitespace trivia.Vivek Dasmohapatra2010-09-141-2/+1
* Update usage/dcstrings.Vivek Dasmohapatra2010-09-141-9/+33
* Modify op name for account removal.Vivek Dasmohapatra2010-09-141-1/+1
* Remove some old debuggingVivek Dasmohapatra2010-09-141-4/+0
* account storage inspectors for default (keyfile + keyring) & libaccounts (SSO)Vivek Dasmohapatra2010-09-146-3/+961
* server, test, util: use tp_clear_objectSimon McVittie2010-09-091-7/+5
* Delete missioncontrol.log, as well as missioncontrol-*.log, in cleanSimon McVittie2010-09-071-0/+1
* exec-with-log.sh.in: keep a copy of the last log under a predictable nameSimon McVittie2010-09-061-0/+1
* dispatcher/ensure-rapidly.py: test with all possible event ordersSimon McVittie2010-09-061-5/+27
* Move SucceededWithChannel and Hints into .FUTURE pseudo-interfacesSimon McVittie2010-09-064-11/+14
* add 'request-properties' key to Observer_InfoGuillaume Desmottes2010-09-011-0/+2
* test {Create,Ensure}ChannelWithMetadataGuillaume Desmottes2010-09-012-0/+198
* test SucceededWithChannelGuillaume Desmottes2010-09-011-1/+8