summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2010-07-01tests.supp: test_object_new_static_class has been renamed to tp_tests_object_...Guillaume Desmottes1-1/+1
2010-06-29tp_tests_proxy_run_until_prepared_or_failed: don't leak the GAsyncResultSimon McVittie1-1/+4
2010-06-29contacts, contacts-slow-path tests: don't leak hash tablesSimon McVittie2-0/+6
2010-06-29tests/dbus/account: remove duplicate #includeSimon McVittie1-1/+0
2010-06-29TpTestsPropsGroupTextChannel: chain up correctly from finalizeSimon McVittie1-0/+2
2010-06-29TpTestsPropsTextChannel: chain up correctly from finalizeSimon McVittie1-1/+1
2010-06-21tp_base_client_set_handler_bypass_approval: only set the flag if neededGuillaume Desmottes1-2/+2
2010-06-14tests: make it easier to add to the TESTS_ENVIRONMENTSimon McVittie2-2/+8
2010-06-14test-account: test tp_account_get_detailed_error()Simon McVittie1-0/+59
2010-06-08Fix compilation error in tests/lib introduced in bafa0cc.Eitan Isaacson1-1/+1
2010-06-08add tp_channel_dispatch_operation_handle_with_time_{async,finish} (fdo #28241)Guillaume Desmottes1-0/+30
2010-06-08simple-cdo: implement HandleWithTime()Guillaume Desmottes1-0/+11
2010-06-07Merge branch 'trivia'Simon McVittie1-2/+3
2010-06-07Use G_STATIC_ASSERT instead of tp_verify()Simon McVittie1-2/+3
2010-06-07Merge branch 'master' into tp-testsSimon McVittie5-73/+588
2010-06-07Fix over-zealous use of sedSimon McVittie1-1/+1
2010-06-07Merge branch 'test-cleanup'Simon McVittie29-792/+682
2010-06-04Add the TpTests namespace to tests/lib/stub-objectTravis Reitter5-17/+23
2010-06-04Add the TpTests namespace to tests/lib/simple-managerTravis Reitter2-37/+38
2010-06-04Add the TpTests namespace to tests/lib/simple-clientTravis Reitter3-39/+39
2010-06-04Add the TpTests namespace to tests/lib/simple-channel-dispatch-operationTravis Reitter5-83/+84
2010-06-04Add the TpTests namespace to tests/lib/simple-accountTravis Reitter7-47/+47
2010-06-04Add the TpTests namespace to tests/lib/simple-account-managerTravis Reitter3-35/+36
2010-06-04Add the TpTests namespace to tests/lib/params-cmTravis Reitter3-104/+107
2010-06-04Add the TpTests namespace to tests/lib/bug-19101-connTravis Reitter3-27/+27
2010-06-04Add the TpTests namespace to tests/lib/textchan-groupTravis Reitter4-60/+63
2010-06-04Add the TpTests namespace to tests/lib/textchan-nullTravis Reitter9-184/+186
2010-06-04Add the TpTests namespace to tests/lib/contacts-connTravis Reitter8-230/+263
2010-06-04Add the TpTests namespace to tests/lib/utilTravis Reitter50-248/+261
2010-06-04Add the TpTests namespace to tests/lib/simple-connTravis Reitter22-103/+122
2010-06-04Add the TpTests namespace to bug16307-connTravis Reitter3-46/+47
2010-06-03Don't leak returned GList containerXavier Claessens1-0/+4
2010-06-03Make sure the GCancellable survive long enough for the idle callbackXavier Claessens1-2/+1
2010-06-03Avoid potential deadlock by cancelling RequestContactInfo in an idle callbackXavier Claessens1-2/+3
2010-06-03Add test to cancel request of contact infoXavier Claessens1-1/+52
2010-06-03Add unit test for RequestContactInfoXavier Claessens3-15/+79
2010-06-03Make tp_connection_refresh_contact_info() fire-and-forgetXavier Claessens1-1/+1
2010-06-03Add unit tests for ContactInfoXavier Claessens3-69/+448
2010-06-02SimpleConnection: reduce simulation delay to zeroSimon McVittie1-4/+4
2010-06-02test-finalized-in-invalidated-handler: eliminate race conditionSimon McVittie1-1/+11
2010-06-01Remove test_connection_run_until_readySimon McVittie2-26/+0
2010-06-01Use test_proxy_run_until_prepared instead of test_connection_run_until_readySimon McVittie3-3/+6
2010-06-01Remove test_connection_manager_run_until_readySimon McVittie2-80/+0
2010-06-01Use test_proxy_run_until_prepared instead of test_connection_manager_run_unti...Simon McVittie5-7/+7
2010-06-01Remove test_connection_run_until_dbus_queue_processedSimon McVittie1-3/+0
2010-06-01Replace test_connection_run_until_dbus_queue_processed with test_proxy_run_un...Simon McVittie10-56/+56
2010-06-01Remove MYASSERT_SAME_UINTSimon McVittie1-3/+0
2010-06-01Replace remaining uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie7-74/+79
2010-06-01Replace simple uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie11-76/+76
2010-06-01Remove MYASSERT_SAME_STRINGSimon McVittie1-3/+0