summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2013-10-03stop using old request/handle APIGuillaume Desmottes6-46/+50
2013-10-03protocol.py: stop using old APIGuillaume Desmottes1-6/+0
2013-10-02test-message.py: use constantsGuillaume Desmottes1-15/+11
2013-10-02test-self-alias.py: use constantsGuillaume Desmottes1-12/+8
2013-10-01fixup! sync constants.py from Gabble masterGuillaume Desmottes3-14/+14
2013-10-01use constants in more testsGuillaume Desmottes3-54/+35
2013-10-01sofiatest: use constantsGuillaume Desmottes1-2/+2
2013-10-01sync servicetest.py with GabbleGuillaume Desmottes1-27/+260
2013-10-01tests: move D-Bus signal handler to sofiatestGuillaume Desmottes2-16/+17
2013-10-01sync constants.py from Gabble masterGuillaume Desmottes3-85/+267
2013-10-01remove tp_caller.cGuillaume Desmottes2-576/+0
2013-09-10test-message: make the test pass againSimon McVittie1-4/+6
2013-09-10Run regression tests under the run-test.sh "driver"Simon McVittie2-35/+58
2013-09-10Import run-test.sh.in from Gabble 0.18.1Simon McVittie2-0/+70
2013-06-04Update with-session-bus.sh from telepathy-glibSimon McVittie1-3/+15
2012-05-10Consistently include config.h in every .c file, firstSimon McVittie1-0/+2
2012-05-08Merge branch 'call1'Olivier Crête16-739/+2054
2012-05-07Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
2012-03-26Don't wait for codecs to publish Endpoint on incoming m=Olivier Crête1-8/+10
2012-03-15Add test for remote addition of m=Olivier Crête2-3/+49
2012-03-02Put all direction control code in the streamOlivier Crête2-24/+99
2012-03-01Add test for adding a content while heldOlivier Crête1-6/+96
2012-03-01Add test for receiving failure.. and make it workOlivier Crête1-1/+34
2012-03-01Add test for sending failureOlivier Crête1-1/+34
2012-03-01Add tests for failing to unholdOlivier Crête2-15/+65
2012-03-01Call: Set the streams to sending when the remote side acceptsOlivier Crête1-3/+22
2012-02-24Add valgrind suppressionsOlivier Crête4-1/+302
2012-02-24It's rawudp, so assume we're always connectedOlivier Crête1-22/+5
2012-02-23Make Hold/Unhold workOlivier Crête3-7/+90
2012-02-23Make it possible to remove a content from a connected callOlivier Crête5-34/+182
2012-02-22Make it possible to add a content to a connected callOlivier Crête3-10/+78
2012-02-22Use generic function to check the direction in an sdp blockOlivier Crête1-8/+11
2012-02-21Check for direction when verifying SDPOlivier Crête1-1/+7
2012-02-17Make basic test work with both audio and videoOlivier Crête3-39/+52
2012-02-16Implement RequestReceivingOlivier Crête4-15/+276
2012-02-14Make SetSending work, also add tests for itOlivier Crête4-4/+151
2012-02-14Make more of the tests base class work with multiple streams/contentsOlivier Crête2-22/+31
2012-02-13Port the Ringing/Queued test to their own testOlivier Crête5-466/+101
2012-02-13Add base class for Call testsOlivier Crête4-11/+485
2012-02-10Factor out the requestable channel classes testOlivier Crête2-41/+1
2012-02-10Port to Call1Olivier Crête7-569/+444
2012-01-10Accept MEMBERS_CHANGED_DETAILED that the recent tp-glib base classes setOlivier Crête1-1/+1
2012-01-10Force transport to udpOlivier Crête1-1/+2
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
2011-09-06Renaming of SofiaSIP to Rakia in various commentsMikhail Zabaluev2-2/+2
2011-09-05Merge branch 'master' into debug-liteMikhail Zabaluev5-24/+204
2011-08-25Exercise StartTones and StopTones in testsMikhail Zabaluev1-1/+26
2011-08-25Check the argument of StoppedTonesMikhail Zabaluev1-2/+2
2011-08-24Make sure codecs are properly intersected in the outgoing call testMikhail Zabaluev1-3/+5
2011-08-24Exercise DTMF.MultipleTones in test, complete with deferred tonesMikhail Zabaluev1-10/+91