summaryrefslogtreecommitdiff
path: root/tests/dbus/channel-introspect.c
AgeCommit message (Expand)AuthorFilesLines
2010-09-10tests/dbus/channel-introspect: don't leak result objectSimon McVittie1-0/+1
2010-09-08test new APIGuillaume Desmottes1-11/+21
2010-06-04Add the TpTests namespace to tests/lib/textchan-nullTravis Reitter1-32/+34
2010-06-04Add the TpTests namespace to tests/lib/utilTravis Reitter1-14/+15
2010-06-04Add the TpTests namespace to tests/lib/simple-connTravis Reitter1-3/+3
2010-06-01Replace test_connection_run_until_dbus_queue_processed with test_proxy_run_un...Simon McVittie1-9/+9
2010-06-01Replace remaining uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie1-26/+30
2010-06-01Replace simple uses of MYASSERT_SAME_UINT with g_assert_cmpuintSimon McVittie1-18/+18
2010-06-01Replace MYASSERT_SAME_STRING with g_assert_cmpstrSimon McVittie1-5/+5
2010-06-01MYASSERT_SAME_ERROR: replace with g_assert_error and g_assert_cmpstrSimon McVittie1-6/+18
2010-06-01Replace test_assert_no_error with g_assert_no_errorSimon McVittie1-30/+30
2010-04-27tests: add a g_object_new wrapper whose calls to g_type_class_ref can safely ...Simon McVittie1-4/+6
2010-04-07channel-introspect test: assert about the behaviour of prepare_async and is_p...Simon McVittie1-2/+27
2010-04-07Test channel introspection in the brave new prepare_async worldSimon McVittie1-0/+116
2010-03-30tests: use test_dbus_daemon_dup_or_die(), avoid tp_get_bus() (except in dbus.c)Simon McVittie1-1/+1
2009-11-25Tests: use TP_PROP constants and tp_asv_new for channel propertiesSimon McVittie1-28/+28
2009-07-27Don't use weird _-suffixed variable names.Will Thompson1-34/+43
2009-07-27Don't ping Group channels with GetInterfaces()Will Thompson1-2/+75
2009-07-27Make GetGroupFlags() failing abort introspection.Will Thompson1-0/+54
2009-07-27Test that new_from_properties doesn't call GetAllWill Thompson1-19/+24
2009-03-17Replace MYASSERT_NO_ERROR with test_assert_no_error now that they're equivalentSimon McVittie1-24/+24
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-16/+4
2009-01-28TpConnection: add the client side of ConnectionErrorSimon McVittie1-4/+4
2009-01-28tests: call tp_get_bus() earlier, to initialize specialized typesSimon McVittie1-1/+1
2008-12-15Add "identifier" property on TpChannel.Xavier Claessens1-1/+7
2008-11-06tests/dbus/channel-introspect: assert that when GetAll has succeeded, GetInte...Simon McVittie1-2/+1
2008-11-06tests/dbus/channel-introspect.c: assert that the fast paths involving Propert...Simon McVittie1-6/+4
2008-11-06tests/dbus/channel-introspect.c: exercise new_with_properties (fd.o #17427) a...Simon McVittie1-16/+108
2008-11-05tests/dbus/channel-introspect.c: glue on a channel with propertiesSimon McVittie1-0/+12
2008-11-05tests/dbus/channel-introspect.c: assert that the right methods are calledSimon McVittie1-0/+46
2008-11-05channel-introspect test: try examining a channel that doesn't actually existSimon McVittie1-1/+52
2008-05-27TpChannel: in channel-introspect.c test, exercise C property accessor wrapper...Simon McVittie1-0/+29
2008-05-27TpChannel: add some more test-casesSimon McVittie1-0/+39
2008-05-02channel-introspect.c: fix call_when_ready regression testSimon McVittie1-1/+1
2008-05-02Add MYASSERT_SAME_ERROR to myassert.hSimon McVittie1-15/+2
2008-05-01Add regression tests for tp_channel_run_until_ready() and tp_channel_call_whe...Simon McVittie1-2/+126
2008-04-02Add test-channel-introspect, a basic test of introspecting a channelSimon McVittie1-0/+111