summaryrefslogtreecommitdiff
path: root/tests/dbus/cli-group.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-14Change uses of TpIntSet to TpIntsetPhilip Withnall1-3/+3
2010-06-04Add the TpTests namespace to tests/lib/textchan-groupTravis Reitter1-11/+13
2010-06-04Add the TpTests namespace to tests/lib/utilTravis Reitter1-15/+15
2010-06-04Add the TpTests namespace to tests/lib/simple-connTravis Reitter1-2/+3
2010-06-01Replace test_connection_run_until_dbus_queue_processed with test_proxy_run_un...Simon McVittie1-11/+11
2010-06-01Replace simple uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie1-3/+3
2010-06-01Replace test_assert_no_error with g_assert_no_errorSimon McVittie1-11/+11
2010-05-10Prepare release 0.11.5telepathy-glib-0.11.5Simon McVittie1-1/+1
2010-04-27TpChannel: map most TP_ERRORS_REMOVED_FROM_GROUP errors into TP_ERRORSSimon McVittie1-1/+4
2010-04-27cli-group test: assert that any known error names in "error" are usedSimon McVittie1-18/+108
2010-04-27Use test_object_new_static_class moreSimon McVittie1-3/+3
2010-03-30tests: use test_dbus_daemon_dup_or_die(), avoid tp_get_bus() (except in dbus.c)Simon McVittie1-1/+1
2009-03-17Replace MYASSERT_NO_ERROR with test_assert_no_error now that they're equivalentSimon McVittie1-9/+9
2009-03-17tests: remove the option to carry on after a failureSimon McVittie1-8/+1
2009-03-04tests: fix low-hanging memory leaks that were obscuring real (library) leaksSimon McVittie1-0/+1
2009-03-04Various tests: use convenient GValue allocatorsSimon McVittie1-10/+6
2009-01-28tests: call tp_get_bus() earlier, to initialize specialized typesSimon McVittie1-1/+1
2009-01-07Ensure details['error'] and message appear in invalidatedWill Thompson1-0/+102
2009-01-07Check group-members-changed's reason argumentWill Thompson1-4/+11
2009-01-07Give group membership test functions more specific namesWill Thompson1-9/+9
2009-01-07Test channel is invalidated if immutable flags changeWill Thompson1-0/+56
2009-01-07Run group proxy tests on channels without PropertiesWill Thompson1-8/+18
2009-01-07Check TpChannel's group signals fire exactly once per change.Will Thompson1-36/+200
2009-01-07Add stub test for TpChannel's Group supportWill Thompson1-0/+130