summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)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
https://bugs.freedesktop.org/show_bug.cgi?id=69995
2013-10-01sofiatest: use constantsGuillaume Desmottes1-2/+2
https://bugs.freedesktop.org/show_bug.cgi?id=69995
2013-10-01sync servicetest.py with GabbleGuillaume Desmottes1-27/+260
https://bugs.freedesktop.org/show_bug.cgi?id=69995
2013-10-01tests: move D-Bus signal handler to sofiatestGuillaume Desmottes2-16/+17
Gabble moved the equivalent test handler out of servicetest a while ago. https://bugs.freedesktop.org/show_bug.cgi?id=69995
2013-10-01sync constants.py from Gabble masterGuillaume Desmottes3-85/+267
https://bugs.freedesktop.org/show_bug.cgi?id=69995
2013-10-01remove tp_caller.cGuillaume Desmottes2-576/+0
This tool/example (it's not an actual test) isn't build since a while and was using StreamMedia, the stream engine and libtelepathy (!).
2013-09-10test-message: make the test pass againSimon McVittie1-4/+6
This was wrongly asserting that Text channels only had the Destroyable interface, and regressed when we fixed the bug that the Messages interface was missing. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-09-10Run regression tests under the run-test.sh "driver"Simon McVittie2-35/+58
As well as making the tests pass under Automake 1.13, this lays the groundwork for OSTree-style "installed tests" later. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65290 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
2013-09-10Import run-test.sh.in from Gabble 0.18.1Simon McVittie2-0/+70
I'm copying it in verbatim, to make the changes made to adapt it to Rakia easier to review. Bug: https://bugs.freedesktop.org/show_bug.cgi?id=65290 Bug: https://bugs.freedesktop.org/show_bug.cgi?id=67872 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk> [commit message previously said 'master' but 0.18.1's is identical -smcv] Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk>
2013-06-04Update with-session-bus.sh from telepathy-glibSimon McVittie1-3/+15
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63119
2012-05-10Consistently include config.h in every .c file, firstSimon McVittie1-0/+2
Bug: https://bugs.freedesktop.org/show_bug.cgi?id=49725 Signed-off-by: Simon McVittie <simon.mcvittie@collabora.co.uk> Reviewed-by: Mikhail Zabaluev <mikhail.zabaluev@nokia.com>
2012-05-08Merge branch 'call1'Olivier Crête16-739/+2054
2012-05-07Set G_MESSAGES_DEBUG during testingSimon McVittie1-0/+2
The same as Gabble commit cbfa9d06.
2012-03-26Don't wait for codecs to publish Endpoint on incoming m=Olivier Crête1-8/+10
We wait for the codecs to publish an Endpoint only if the candidates and codecs have changed on an on-going call. with-session-bus-30231.pid
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
Also, the Content is set on the Stream at creation time
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
Also add some tests
2012-02-24Add valgrind suppressionsOlivier Crête4-1/+302
2012-02-24It's rawudp, so assume we're always connectedOlivier Crête1-22/+5
Because rawudp does not have a concept of connection.
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
It's all that Twisted supports
2011-11-16Use _unref instead of _free _destroy when possible.unrefXavier Claessens1-1/+1
Replace g_(ptr_)array_free (foo, TRUE) and g_hash_table_destroy with respectively g_(ptr_)array_unref (foo) and g_hash_table_unref. I used this command to generate this patch: for f in `find -name "*.c"`; do sed -i $f -re 's/g_ptr_array_free \(([^ ,]+), TRUE\)/g_ptr_array_unref \(\1\)/'; done See Danielle's blog for explanation of possible bug _free can do: http://blogs.gnome.org/danni/2011/11/16/mistakes-with-g_value_set_boxed/
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
It works regardless, but the session state turns out wrong internally. Also simulate stream being connected only after the intersection.
2011-08-24Exercise DTMF.MultipleTones in test, complete with deferred tonesMikhail Zabaluev1-10/+91