summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)AuthorFilesLines
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
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
How did we fail to spot this during 'Rename project to telepathy-rakia' (8dcddb61752cfa140df30c94b54bd02684419323)? That's embarassing. Also, fix whitespace in README
2011-05-31Don't skip the test if debugging is disabledDavid Laban1-6/+4
2011-05-31Add test-debug.pyDavid Laban2-2/+82
Copied from gabble. This also requires a config.py in BUILT_SOURCES
2011-05-30fix typo so distcheck passes againDavid Laban1-1/+1
2011-05-30s/TPSIP/RAKIA/gDavid Laban1-1/+1
How did we fail to spot this during 'Rename project to telepathy-rakia' (8dcddb61752cfa140df30c94b54bd02684419323)? That's embarassing. Also, fix whitespace in README
2011-02-23Keep bus name as sofiasipDavid Laban5-10/+10
This is to avoid breaking people when they upgrade. We can do the but name change as part of the telepathy-1.0 API break. Reviewed-by: Will Thompson <will.thompson@collabora.co.uk>
2011-02-12Rename project to telepathy-rakiaDavid Laban8-19/+19
For the curious, these are the commands you need: git clean -d git mv tpsip-extensions extensions git mv tpsip rakia sed -i \ -e 's/libtpsip-extensions.la/librakia-extensions.la/g' \ -e 's/libtpsip_extensions_la/librakia_extensions_la/g' \ -e 's/tpsip-extensions/extensions/g' \ -e 's/sofiasip/rakia/g' \ -e 's/tpsip/rakia/g' \ -e 's/Tpsip/Rakia/g' \ -e 's/SOFIASIP/RAKIA/g' \ */*.[ch] .gitignore configure.ac $(find -name 'Makefile.am' ; find -name '*.py' ; find -name '*.in') git mv ./docs/telepathy-sofiasip.8.in ./docs/telepathy-rakia.8.in git mv ./src/telepathy-sofiasip.c ./src/telepathy-rakia.c git mv ./data/org.freedesktop.Telepathy.ConnectionManager.sofiasip.service.in \ ./data/org.freedesktop.Telepathy.ConnectionManager.rakia.service.in git mv ./tests/twisted/tools/sofiasip.service.in \ ./tests/twisted/tools/rakia.service.in ./autogen.sh && make distcheck
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