summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
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
2011-08-24Test that initial tones are signalled as playing upon call establishmentMikhail Zabaluev1-2/+19
2011-08-24Factored the MediaSignalling audio session mockup into a voip_test utilityMikhail Zabaluev2-18/+31
2011-08-24Add a test for DTMF InitialTones propertyMikhail Zabaluev4-3/+45
2011-06-15fix typo so distcheck passes againDavid Laban1-1/+1
2011-06-15s/TPSIP/RAKIA/gDavid Laban1-1/+1
2011-05-31Don't skip the test if debugging is disabledDavid Laban1-6/+4
2011-05-31Add test-debug.pyDavid Laban2-2/+82
2011-05-30fix typo so distcheck passes againDavid Laban1-1/+1
2011-05-30s/TPSIP/RAKIA/gDavid Laban1-1/+1
2011-02-23Keep bus name as sofiasipDavid Laban5-10/+10
2011-02-12Rename project to telepathy-rakiaDavid Laban8-19/+19
2011-02-02test-self-alias.py: check if Aliasing interface is visible in ContactsPekka Pessi1-0/+10
2011-02-02Silence DeprecationWarnings from twisted sipPekka Pessi1-1/+2
2011-02-01voip_test is not a test script, move it to EXTRA_DISTMikhail Zabaluev1-2/+2
2011-02-01Added voip_test to dist filesMikhail Zabaluev1-0/+1
2011-02-01Add test for fd.o:33716David Laban2-3/+16
2011-01-31remove references to twisted.words.xishDavid Laban2-4/+0
2011-01-26Fix group flags for streamedmedia calls.David Laban2-9/+7
2011-01-26voip tests: BYE message needs a reply. Add to tests.David Laban2-3/+9
2011-01-26Fix review comments for tests.David Laban2-4/+6
2011-01-26add new tests to make checkDavid Laban1-1/+6
2011-01-26Fix up incoming-basics.pyDavid Laban2-63/+76
2011-01-26Complete outgoing-basics.pyDavid Laban3-55/+70
2011-01-26import incoming-basics from gabbleDavid Laban1-0/+185
2011-01-26Make outgoing-basics test work up until the first network traffic event.David Laban2-69/+138
2011-01-26initial import of outgoing-basics.py from gabbleDavid Laban1-0/+351
2011-01-26Hacks to allow running multiple tests per processDavid Laban1-4/+9