summaryrefslogtreecommitdiff
path: root/tests/dbus/message-mixin.c
Commit message (Expand)AuthorAgeFilesLines
* Stop calling g_type_init()Simon McVittie2014-01-071-1/+0
* Deprecate tp_connection_request_handles()Xavier Claessens2012-05-101-7/+6
* Stop using TP_ERRORSSimon McVittie2012-05-021-1/+1
* Add config.h include in all source filesXavier Claessens2012-02-061-0/+2
* Replace nearly all calls to tp_cli_connection_run_disconnectSimon McVittie2012-02-011-2/+1
* Use _unref instead of _free _destroy when possible.Xavier Claessens2011-11-161-15/+15
* MessageMixin: don't crash if an id appears twiceWill Thompson2011-10-031-1/+7
* Check that the self-handle is added to sent messagesSimon McVittie2010-12-101-0/+28
* TpMessageMixin: add and test support for the MessageTypes propertySimon McVittie2010-11-251-4/+15
* Add a 10 second timeout to all tests that spin the main loopSimon McVittie2010-10-261-0/+1
* Messages example: advertise and test a non-trivial delivery reporting support...Simon McVittie2010-10-181-2/+4
* message-mixin: add DeliveryReportingSupport to the list of propsGuillaume Desmottes2010-10-131-2/+8
* message-mixin test: assert that echo2's Connection RCCs still workSimon McVittie2010-07-161-0/+16
* Add the TpTests namespace to tests/lib/utilTravis Reitter2010-06-041-4/+5
* Use test_proxy_run_until_prepared instead of test_connection_manager_run_unti...Simon McVittie2010-06-011-1/+1
* Replace test_assert_no_error with g_assert_no_errorSimon McVittie2010-06-011-22/+22
* Use test_object_new_static_class moreSimon McVittie2010-04-271-1/+1
* tests: use test_dbus_daemon_dup_or_die(), avoid tp_get_bus() (except in dbus.c)Simon McVittie2010-03-301-1/+1
* message-mixin test: use tp_asv_new() as per wjt's reviewSimon McVittie2010-03-101-122/+77
* tests/dbus/message-mixin.c: request connection via D-Bus rather than running ...Simon McVittie2010-03-091-33/+35
* Tests: use TP_PROP constants and tp_asv_new for channel propertiesSimon McVittie2009-11-251-11/+7
* Replace MYASSERT_NO_ERROR with test_assert_no_error now that they're equivalentSimon McVittie2009-03-171-23/+24
* tests: remove the option to carry on after a failureSimon McVittie2009-03-171-9/+1
* Fix use of new_bytes in testSimon McVittie2009-03-041-3/+3
* Various tests: use convenient GValue allocatorsSimon McVittie2009-03-041-75/+79
* Messages example and test: use "content-type", not the obsolete "type"Simon McVittie2009-02-201-13/+13
* tests: call tp_get_bus() earlier, to initialize specialized typesSimon McVittie2009-01-281-1/+1
* MessageMixin test: instead of just pasting on a channel, call CreateChannelSimon McVittie2009-01-071-17/+32
* MessageMixin test: dbus 'u' maps to guintWill Thompson2008-11-181-1/+1
* Messages: adapt to MessageSent growing a flags argWill Thompson2008-11-181-0/+1
* Remove references to TP_MESSAGE_PART_SUPPORT_FLAG_DATA_ONLYWill Thompson2008-11-181-2/+6
* message-mixin test: don't shadow local with more narrowly scoped localSimon McVittie2008-11-181-4/+4
* message-mixin test: fix unbalanced brace introduced during rebaseSimon McVittie2008-11-181-0/+1
* tests/dbus/message-mixin.c: comply with stricter API for GetPendingMessageCon...Simon McVittie2008-11-181-1/+1
* tests/dbus/message-mixin.c: exercise property accessSimon McVittie2008-11-181-1/+88
* Update TpMessageMixin regression test to new APISimon McVittie2008-11-181-44/+73
* Test invalid content-part ID in message-mixin testSimon McVittie2008-11-181-1/+13
* message-mixin test: exercise GetPendingMessageContentSimon McVittie2008-11-181-0/+37
* message-mixin test: exercise both modes of ListPendingMessagesSimon McVittie2008-11-181-0/+2
* Test acknowledging a messageSimon McVittie2008-11-181-3/+20
* Emit PendingMessagesRemoved when appropriateSimon McVittie2008-11-181-14/+14
* Fix HTML in message-mixin testSimon McVittie2008-11-181-2/+2
* message-mixin test: wait for idle events to be delivered before asserting tha...Simon McVittie2008-11-181-0/+28
* message-mixin test: adapt to interface name change to MessagesSimon McVittie2008-11-181-6/+6
* Extend message-mixin test to exercise the message-parts codeSimon McVittie2008-11-181-6/+442
* message-mixin test: make some assertions about the sent and received messages...Simon McVittie2008-11-181-0/+64
* message-mixin test: print messages when we get MessageSent or MessageReceivedSimon McVittie2008-11-181-0/+36
* Amend message mixin regression test to test its Text interface correctlySimon McVittie2008-11-181-5/+5
* Add a regression test for the echo-2 example CM.Simon McVittie2008-11-181-0/+323