summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)AuthorFilesLines
2008-07-31When failing a test due to an exception, print itSimon McVittie1-0/+2
2008-07-30gabbletest: make it possible for tests to fail againSimon McVittie1-11/+19
2008-08-05test-si-tubes: don't early return so the rest of the test is actually executedGuillaume Desmottes1-1/+0
2008-08-05test-disco: don't early return so the rest of the test is actually executedGuillaume Desmottes1-1/+0
2008-08-04presence/presence.py: Remove unnecessary assertions copied from test-rosterSimon McVittie1-58/+3
2008-08-04Add a simple smoke-test for SimplePresenceSimon McVittie3-0/+111
2008-07-30Nicer code as per dafs commentsSjoerd Simons2-8/+6
2008-07-30Don't assign things if not using the informationSjoerd Simons1-1/+1
2008-07-30Ensure we clean up after a raised assertion tooSjoerd Simons1-6/+5
2008-07-30Don't do assignments if we're not using the valuesSjoerd Simons1-2/+2
2008-07-30Update coding style and use addBoth instead of addCallbacks, as per dafs reviewSjoerd Simons1-5/+2
2008-07-30Test both SimplePresence and PresenceSjoerd Simons1-11/+39
2008-07-30Clean up after a test has runSjoerd Simons1-6/+22
2008-07-30Test that we get signals from both Presence and SimplePresenceSjoerd Simons1-7/+22
2008-07-30Test that we get signals from both Presence and SimplePresenceSjoerd Simons1-4/+16
2008-07-30Test that we get signals from both Presence and SimplePresenceSjoerd Simons1-2/+5
2008-07-21Cope with the internal presence type enum being changedSjoerd Simons1-3/+3
2008-07-29Add assert to args checking and use nicer variable namesSjoerd Simons1-5/+5
2008-07-29port test-set-status-idempotence to the new test APISjoerd Simons1-40/+28
2008-07-27push out new MUC presences when the global presence is changedRobert McQueen1-0/+12
2008-07-27test that closing the MUC results in sending unavailable presence to itRobert McQueen1-0/+7
2008-07-27fix MUC test to actually finish the functionRobert McQueen1-1/+2
2008-07-27add test for MUC alias coming from our connection aliasRobert McQueen2-0/+88
2008-07-29increase calls stack size when running test with valgrindGuillaume Desmottes1-1/+1
2008-07-24Add a regression test for respawning text channelsSimon McVittie2-0/+164
2008-07-22Test the Requested property for TubesSimon McVittie3-0/+3
2008-07-22Test the Requested property for IM channelsSimon McVittie2-0/+2
2008-07-22Test the Requested property for roster channelsSimon McVittie2-0/+2
2008-07-22Test the Requested property for MUCsSimon McVittie2-0/+2
2008-07-22muc/roomlist.py: exercise the Requested propertySimon McVittie1-0/+1
2008-07-22tests/twisted/jingle/: exercise the Requested propertySimon McVittie4-0/+4
2008-07-22tubes/test-si-tubes.py: exercise TargetID/Initiator* for tubes initiated by usSimon McVittie1-0/+8
2008-07-22tubes/test-muc-offer-dbus-tube.py: exercise TargetID/Initiator* for Tubes cha...Simon McVittie1-0/+8
2008-07-22tubes/test-muc-accept-stream-tube-ibb.py: exercise TargetID/Initiator* for tu...Simon McVittie1-0/+8
2008-07-22roster/test-roster.py, roster/test-roster-subscribe.py: exercise future prope...Simon McVittie2-0/+15
2008-07-21Fix end of call in test for call rejectionSimon McVittie1-5/+6
2008-07-21Add basic support for future properties in room listsSimon McVittie1-3/+12
2008-07-21Split out incoming call rejection into a separate test so we have an active r...Simon McVittie3-32/+98
2008-07-21jingle/test-incoming-call.py: exercise channel properties in a basic waySimon McVittie1-0/+15
2008-07-21Make test-incoming-call.py a little more race-resistantSimon McVittie1-7/+9
2008-07-21jingle/test-outgoing-call*.py: exercise future propertiesSimon McVittie3-0/+24
2008-07-21muc/test-muc.py: exercise future channel propertiesSimon McVittie1-0/+11
2008-07-21muc/test-muc-invitation.py: exercise future channel propertiesSimon McVittie1-0/+8
2008-07-24Now the tests use #include "src/foo.h", adjust the CFLAGS to pick up the head...Simon McVittie1-1/+1
2008-07-23test-avatar-tokens.py: port to new test APIDafydd Harries1-46/+26
2008-07-22roster/ tests: use presence_type= to expect only those presence messagesSimon McVittie2-8/+2
2008-07-22roster/ tests: use "while True" instead of "while 1"Simon McVittie2-3/+3
2008-07-22Port roster/test-google-roster.py to new APISimon McVittie1-74/+71
2008-07-22roster/test-roster-subscribe.py: port to new test APISimon McVittie1-40/+32
2008-07-22Twisted tests: stop using ProxyObject._named_service, it isn't API and never ...Simon McVittie7-9/+9