summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2009-09-06tests: add a test for debug domains being set correctlyJonny Lamb2-3/+80
2009-09-03Merge branch 'early-interfaces'Simon McVittie1-0/+24
2009-09-03Fix leaky testSimon McVittie1-0/+1
2009-09-03add test for long connection service namesDafydd Harries2-0/+73
2009-09-03self-presence test: assert that GetInterfaces succeeds before we're CONNECTEDSimon McVittie1-0/+23
2009-08-27Don't introspect a CM twice at onceWill Thompson1-3/+29
2009-08-17Add a test for fd.o#9812Simon McVittie2-0/+114
2009-08-03Convert assertions about sizeof to be checked at compile timeSimon McVittie1-1/+2
2009-07-27Don't use weird _-suffixed variable names.Will Thompson1-34/+43
2009-07-27Don't ping Group channels with GetInterfaces()Will Thompson3-5/+213
2009-07-27Make GetGroupFlags() failing abort introspection.Will Thompson1-0/+54
2009-07-27Test that new_from_properties doesn't call GetAllWill Thompson3-20/+42
2009-06-25tests/lib/params-cm.h: allocate enough storage for the D-Bus representation o...Simon McVittie1-4/+4
2009-06-12Extend .manager regression test coverage to all the types with a serializatio...Simon McVittie2-0/+30
2009-06-10Add basic proxies for ClientSimon McVittie2-0/+77
2009-06-10Add basic proxies for ChannelDispatchOperation, ChannelRequestSimon McVittie3-0/+514
2009-06-10Add channel dispatcher generated code and a very basic proxySimon McVittie2-0/+73
2009-06-10tests/lib/util.h: add test_proxy_run_until_dbus_queue_processedSimon McVittie2-0/+9
2009-06-10Add a trivial test for TpAccount, TpAccountManagerSimon McVittie3-0/+154
2009-05-27Add missing parenthesis to fix syntax of testSimon McVittie1-1/+1
2009-05-27Generate error names in the same way telepathy-qt4 doesSimon McVittie1-2/+3
2009-05-22use abs_top_srcdir instead of abs_top_builddirGuillaume Desmottes2-5/+6
2009-05-22add all-errors-documented.py to EXTRA_DISTGuillaume Desmottes1-1/+2
2009-05-22run all-errors-documented.py with testsGuillaume Desmottes1-2/+5
2009-05-22add tests/all-errors-documented.pyGuillaume Desmottes1-0/+30
2009-05-15Forbid _add_interface_by_id after invalidation.Will Thompson2-69/+0
2009-05-15borrow_interface_by_id: fail cleanly if invalidatedWill Thompson2-0/+69
2009-05-01Test _borrow_interface_by_id after invalidation.Will Thompson2-0/+46
2009-04-24Merge branch 'shave'Will Thompson1-2/+4
2009-04-23Resurrect with-session-bus.sh invocation in tests/dbus/Makefile.amSimon McVittie1-1/+2
2009-04-18Replace the duplicate definitions of QUIET_GEN with an include of tools/shave...Jonny Lamb1-3/+1
2009-04-18Moved tp-glib to use shave and made make output legible.Jonny Lamb1-2/+6
2009-04-03Remove tabs from a testWill Thompson1-3/+3
2009-03-31tp_asv_dump() -- dumps the map to the debugging consoleDavyd Madeley1-0/+2
2009-03-30tp_asv_new()Davyd Madeley1-5/+17
2009-03-26clear error once testedGuillaume Desmottes1-0/+1
2009-03-26fix test descriptionGuillaume Desmottes1-1/+1
2009-03-26rename free_cm_params to param_connection_manager_free_paramsGuillaume Desmottes3-3/+3
2009-03-26test all support types of paramGuillaume Desmottes3-5/+101
2009-03-26add dbus/params-cm.cGuillaume Desmottes2-0/+156
2009-03-26add lib/params-cm.[ch]Guillaume Desmottes3-0/+202
2009-03-24callable-example test: update for telepathy-spec 0.17.22 complianceSimon McVittie1-22/+21
2009-03-24callable-example test: add some currently unused debug codeSimon McVittie1-0/+47
2009-03-18callable-example test: test call termination by peerSimon McVittie1-2/+58
2009-03-18callable-example test: test calls that terminate because busy, or are never a...Simon McVittie1-5/+128
2009-03-18callable-example test: test an incoming callSimon McVittie1-0/+206
2009-03-18callable-example test: remove a couple of duplicated assertionsSimon McVittie1-4/+0
2009-03-18callable-example test: factor out connecting to signalsSimon McVittie1-14/+20
2009-03-17Merge branch 'priv'Simon McVittie1-2/+5
2009-03-17Merge branch 'tests'Simon McVittie37-435/+249