summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Use telepathy-glib for Sidecars1 interfaceSimon McVittie2014-02-071-5/+5
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70382 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* constants, servicetest: sync from GabbleSimon McVittie2014-02-072-30/+357
| | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=70382 Reviewed-by: Guillaume Desmottes <guillaume.desmottes@collabora.co.uk>
* Remove support for --disable-debugSimon McVittie2013-11-011-2/+0
|
* Tests: Stop using deprecated spec methodsXavier Claessens2013-09-2421-317/+81
|
* Tests: Use constants everywhereXavier Claessens2013-09-249-134/+121
|
* Sync constants.py from telepathy-gabbleXavier Claessens2013-09-241-20/+23
|
* SalutTest: stop using ContactList channelsXavier Claessens2013-09-241-16/+5
|
* SalutTest: Add missing importXavier Claessens2013-09-241-0/+1
|
* Stop using conn.GetStatus()Xavier Claessens2013-09-241-1/+1
|
* Drop 1-1 Tubes unit testsXavier Claessens2013-09-248-1736/+0
| | | | | These tubes are disabled until we get a better network protocol for them, and their tests have been disabled since 2009.
* protocol: implement PresencesGuillaume Desmottes2013-09-191-0/+8
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=31108
* protocol: claim to implement PresencesGuillaume Desmottes2013-09-191-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=31108
* protocol: implement get_avatar_details()Guillaume Desmottes2013-09-191-0/+9
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69508
* protocol: claim that we implement AvatarsGuillaume Desmottes2013-09-191-0/+2
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69508
* constants.py: sync with GabbleGuillaume Desmottes2013-09-191-22/+112
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69508
* connection: stop implementing old Presence interfaceGuillaume Desmottes2013-09-161-1/+0
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=69413
* disable two-muc-{dbus,stream}-tubes.py testsGuillaume Desmottes2013-09-112-0/+8
| | | | They are currently broken because of a Clique issue (fdo#69223).
* always enable Avahi tests when building with the Avahi backendGuillaume Desmottes2013-09-111-1/+1
| | | | | | | | | We use to have this switch because tests hitting the network were considered touchy. But we now have an Avahi mock implementation used by default for tests so it's no longer an issue. User has to explicitely define SALUT_TEST_REAL_AVAHI to run tests with the system Avahi. https://bugs.freedesktop.org/show_bug.cgi?id=69216
* Run regression tests under the run-test.sh "driver"Guillaume Desmottes2013-09-112-38/+61
| | | | | | | As well as making the tests pass under Automake 1.13, this lays the groundwork for OSTree-style "installed tests" later. https://bugs.freedesktop.org/show_bug.cgi?id=69216
* Import run-test.sh.in from Gabble masterGuillaume Desmottes2013-09-112-0/+70
| | | | | | | I'm copying it in verbatim, to make the changes made to adapt it to akia easier to review. https://bugs.freedesktop.org/show_bug.cgi?id=69216
* move sidecars.py to TWISTED_AVAHI_TESTSGuillaume Desmottes2013-09-111-1/+1
| | | | | | | This test connects a SalutConnection and so will create an Avahi service appearing on the network. https://bugs.freedesktop.org/show_bug.cgi?id=69216
* Merge branch 'trivia-54119'Simon McVittie2013-05-035-15/+25
|\ | | | | | | | | Reviewed-by: Will Thompson <will.thompson@collabora.co.uk> Bug: https://bugs.freedesktop.org/show_bug.cgi?id=54119
| * Don't use sealed struct membersSimon McVittie2013-01-042-10/+12
| | | | | | | | | | | | This exposes a bug in the tests: several tests assumed that tubes' Interfaces would always come out in the same order, but the new APIs we're using break that assumption. Fix that too.
| * Be single-include-compliantSimon McVittie2013-01-041-2/+1
| |
| * Include config.h and our corresponding header first in every source fileSimon McVittie2013-01-041-0/+1
| | | | | | | | | | Putting the corresponding header first exposed a missing header inclusion in text-helper.h; fix that by using the meta-header.
| * Fix test by importing a missing functionSimon McVittie2013-01-041-0/+1
| |
| * Don't skip the send-file-ipv6 test if Python is new enough to have the bugfixSimon McVittie2013-01-041-3/+10
| |
* | Merge branch 'telepathy-salut-0.8'Simon McVittie2013-04-041-0/+6
|\ \ | |/ |/|
| * Merge fd.o #63119 from telepathy-glibtelepathy-salut-0.8Simon McVittie2013-04-041-0/+6
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=63119
| * Revert "Set G_MESSAGES_DEBUG during testing"Will Thompson2012-11-161-2/+0
| | | | | | | | This reverts commit b6c32f8840ec4598885108f89d58a5a74ee04af8.
| * Don't crash when closing a roomlist channel.Will Thompson2012-11-161-11/+15
| | | | | | | | | | | | | | | | TpBaseChannel requires that the 'close' vfunc be implemented, even if the implementation is literally tp_base_channel_destroyed() because there is no clean-up to do. As a result, Empathy pre-emptively requesting a roomlist channel when you open the Join Room… dialog would crash Salut when you close that dialog.
| * Set G_MESSAGES_DEBUG during testingSimon McVittie2012-11-161-0/+2
| | | | | | | | The same as Gabble commit cbfa9d06.
* | Merge branch 'cheerio-tubes'Jonny Lamb2012-08-285-406/+484
|\ \ | | | | | | | | | | | | | | | | | | Conflicts: src/tubes-channel.c Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | text muc channel test: remove message testsJonny Lamb2012-08-021-98/+0
| | | | | | | | | | | | | | | | | | | | | | | | They're totally cumbersome and they're tested elsewhere in other tests, so let's just remove them here. I actually forgot to implement them at first as they're way easier to do in non-ll XMPP. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | request-muc-tubes test: add TODO explaining why a test is commentedJonny Lamb2012-08-021-2/+5
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | muc tests: add test to ensure the Text MUC only appears when necessaryJonny Lamb2012-06-072-0/+417
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | muc-manager: only expose the text MUC channel when necessaryJonny Lamb2012-06-062-52/+35
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | muc-manager: remove all old TubesChannel referencesJonny Lamb2012-05-311-4/+4
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | tube tests: remove assertions about Tubes channelsJonny Lamb2012-05-313-123/+63
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | tube tests: stop testing requesting MUC Tubes channelsJonny Lamb2012-05-312-185/+29
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | two-muc-stream-tubes test: modernify with wrap_channelJonny Lamb2012-05-311-51/+51
| | | | | | | | | | | | | | | | | | | | | | | | Also with the TpBaseChannel-ifying SalutTubeStream, the unix sockets are closing. I have no idea why but I don't really care, so I'm just creating a new one for the new API test. Life is too short. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
| * | two-muc-dbus-tubes test: modernify a bit with wrap_channelJonny Lamb2012-05-311-29/+18
| | | | | | | | | | | | Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* | | Don't crash when closing a roomlist channel.Will Thompson2012-07-021-11/+15
|/ / | | | | | | | | | | | | | | TpBaseChannel requires that the 'close' vfunc be implemented, even if the implementation is literally tp_base_channel_destroyed() because there is no clean-up to do. As a result, Empathy pre-emptively requesting a roomlist channel when you open the Join Room… dialog would crash Salut when you close that dialog.
* | Set G_MESSAGES_DEBUG during testingSimon McVittie2012-05-071-0/+2
|/ | | | The same as Gabble commit cbfa9d06.
* ft test: add more assertion failure debug outputJonny Lamb2012-04-031-1/+3
| | | | | | I am trying to debug this failing test on the buildbot. Signed-off-by: Jonny Lamb <jonny.lamb@collabora.co.uk>
* Merge ipv4/6 testing into the file transfer tester so any test can be ran ↵Trever Fischer2012-03-0710-200/+47
| | | | without unix sockets
* Implement support for testing sockets that are not AF_UNIXTrever Fischer2012-03-075-10/+33
| | | | Actually test IPv4/6 sockets
* Add IPV4/6 availability testsTrever Fischer2012-03-071-2/+6
|
* Implement IPV4/6 with GSocket API and write IPv4 testsTrever Fischer2012-03-073-0/+122
|
* Make receive-file-ipv6 test be reported as SKIP with no IPv6Olli Salli2012-02-211-4/+5
|