summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-08-15Consolidate all .gitignore files to top levelSimon McVittie2-20/+0
2008-08-14Add .gitignore filesXavier Claessens2-0/+20
2008-07-21Remove unnecessary cast which tripped the new coding style checkSimon McVittie1-1/+1
2008-07-03Exercise tp_asv_size in tests/asv.cSimon McVittie1-0/+6
2008-05-27TpChannel: in channel-introspect.c test, exercise C property accessor wrapper...Simon McVittie1-0/+29
2008-07-01tests/lib/bug16307-conn.c: use good English in commentsAlban Crequy1-1/+1
2008-07-01bug16307-conn.c: Remove aliasing_iface_init, it's safe to pass NULL to G_IMPL...Alban Crequy1-9/+1
2008-07-01tests/dbus/connection-inject-bug16307.c: Remove invalidated_for_test: it was ...Alban Crequy1-5/+0
2008-07-01tests/lib/bug16307-conn.c: Remove bug16307_connection_inject_connect_succeed:...Alban Crequy2-8/+0
2008-07-01tests/lib/bug16307-conn.c: Remove the "connect" property: it was premature ge...Alban Crequy2-79/+6
2008-07-01Remove debugging printfsAlban Crequy2-17/+0
2008-07-01Remove debugging comment (commenting with C++ // was wrong btw)Alban Crequy1-2/+0
2008-07-01Remove trailing spaceAlban Crequy1-1/+1
2008-07-01Add a regression test for bug 16307Alban Crequy5-0/+477
2008-05-27TpChannel: add some more test-casesSimon McVittie1-0/+39
2008-05-21test-dbus.c: improve syntax-checking coverageSimon McVittie1-0/+35
2008-05-21Add more tp_asv_get_* testsSimon McVittie1-10/+511
2008-05-19Add trivial regression tests for tp_asv_lookup() tooSimon McVittie1-0/+8
2008-05-19Add a regression test for tp_asv_get_*Simon McVittie2-0/+252
2008-05-07Use a less fragile mechanism to connect up the coding style checkSimon McVittie3-0/+3
2008-05-02Make check-c-style.mk not complain about connection regression testSimon McVittie1-1/+1
2008-05-02connection regression test: don't leak the SimpleConnection objectSimon McVittie1-0/+15
2008-05-02channel-introspect.c: fix call_when_ready regression testSimon McVittie1-1/+1
2008-05-02Add a regression test for tp_connection_call_when_readySimon McVittie2-0/+219
2008-05-02myassert.h: fix precedenceSimon McVittie1-9/+9
2008-05-02Add MYASSERT_SAME_ERROR to myassert.hSimon McVittie2-15/+19
2008-05-01Add regression tests for tp_channel_run_until_ready() and tp_channel_call_whe...Simon McVittie1-2/+126
2008-05-01Add regression test for #15644Simon McVittie2-0/+153
2008-05-01tests/dbus/Makefile.am: re-orderSimon McVittie1-3/+3
2008-04-30handle-set regression test: don't leak handlesSimon McVittie1-0/+6
2008-04-30handle-set test: add regression test for fd.o #15387Simon McVittie1-0/+7
2008-04-30handle-set test: use MYASSERT(); other stylistic fixesSimon McVittie1-22/+40
2008-04-22tests/dbus/unsupported-interface.c: add regression test for fd.o #15530Simon McVittie1-6/+21
2008-04-02TestTextChannelNull: terminate arguments to tp_text_mixin_set_message_types c...Simon McVittie1-1/+2
2008-04-02Move test-handle-set to tests/dbus so it runs under a temporary session bus.Simon McVittie3-6/+4
2008-04-02Add test-channel-introspect, a basic test of introspecting a channelSimon McVittie2-0/+117
2008-04-02Add regression test for assertion failure when a connection's GetInterfaces()...Simon McVittie2-0/+143
2008-04-02Add tests/lib/Makefile.am and TestTextChannelNullSimon McVittie3-0/+373
2008-04-02Move test-related shared code to tests/libSimon McVittie15-23/+13
2008-04-02Add a tests/lib directorySimon McVittie2-0/+1
2008-04-01Move test-invalidated-while-invoking-signals into correct alphabetical orderSimon McVittie1-1/+1
2008-03-25tests/simple-conn.c: make the connect and disconnect process more realistic, ...Simon McVittie1-10/+32
2008-03-07tests/myassert.h: make self-containedSimon McVittie1-0/+2
2008-03-07tests/dbus/invalidated-while-invoking-signals.c: regression test for fd.o #14854Simon McVittie2-0/+113
2008-03-07tests/: add simple-conn, simple-manager (adapted from the examples)Simon McVittie5-0/+408
2008-03-05Don't use $(builddir) in tests/dbus/Makefile.am (breaks build with older Auto...telepathy-glib_0.7.4_libtool_cra__717telepathy-glib-0.7.4Simon McVittie1-2/+2
2008-03-04Relax assertions about how quickly user data gets freed when cancelling pendi...Simon McVittie1-9/+13
2008-03-04Add yet another failing test case: the equivalent of fd.o #14750, but for pen...Simon McVittie1-18/+48
2008-03-04Add yet another test case for call cancellation: this time (case J) the call ...Simon McVittie1-0/+27
2008-03-04Now that I've understood fd.o#14750 better, add a properly minimal test caseSimon McVittie2-4/+32