summaryrefslogtreecommitdiff
path: root/tests/twisted/text/test-text.py
AgeCommit message (Expand)AuthorFilesLines
2014-02-13TpHandleType has been renamed to TpEntityTypeGuillaume Desmottes1-1/+1
2014-01-29update for new specGuillaume Desmottes1-2/+2
2013-10-16Messages has been merged into TextGuillaume Desmottes1-2/+1
2013-10-16Messages has been merged into TextGuillaume Desmottes1-2/+1
2013-10-11Use Messages API instead of TextGuillaume Desmottes1-24/+3
2013-10-11servicetest: add more ifaces on wrappersGuillaume Desmottes1-2/+1
2013-10-04stop using NewChannel signal in testsGuillaume Desmottes1-28/+18
2013-10-03Fix a bunch of pyflakes warnings in testsGuillaume Desmottes1-4/+1
2013-09-23Add inspect_contact_sync, inspect_contacts_sync and use in simple casesSimon McVittie1-1/+1
2013-09-23Tests: replace GetSelfHandle calls with property-gettingSimon McVittie1-1/+1
2011-01-11gabbletest.py: automatically connect connectionsJonny Lamb1-4/+0
2010-12-10Check that sent messages have the sender and sender-idSimon McVittie1-0/+2
2010-12-10Revert to using message id='' as message-tokenWill Thompson1-4/+3
2010-06-11Test that we handle malformed <message type=''/> attrsWill Thompson1-8/+30
2009-10-27Don't trust <message> ids to be globally uniqueWill Thompson1-3/+9
2009-07-29tests: use constants for StatusChanged arguments throughoutSimon McVittie1-1/+2
2009-07-14Remove Disconnect() call from testsGuillaume Desmottes1-5/+0
2009-04-08make more use of constants.py in testsDafydd Harries1-9/+8
2009-03-31test-text.py: take advantage of wrap_channel()Dafydd Harries1-13/+8
2009-03-23Be more permissive when testing message-type.Will Thompson1-4/+5
2009-03-18Send and receive message-token/delivery-token/sent message tokens, using the ...Simon McVittie1-1/+6
2009-03-02Make elements with namespace None not ''.Will Thompson1-1/+1
2009-02-03Update branch messages to masterWill Thompson1-1/+1
2009-01-31Tests: use dbus.PROPERTIES_IFACE instead of hardcoded stringAlban Crequy1-1/+1
2009-01-13Remove .DRAFT from Message iface in testsWill Thompson1-2/+2
2008-11-05Use "content-type" message key rather than "type"Will Thompson1-4/+4
2008-10-28ImChannel: Test sending and receiving using Messages interfaceWill Thompson1-8/+103
2008-10-14Update to spec 0.17.13, moving various future Channel properties to the presentSimon McVittie1-12/+5
2008-08-18Move TargetID from the future into the present.Simon McVittie1-2/+2
2008-07-22Test the Requested property for IM channelsSimon McVittie1-0/+1
2008-07-22Twisted tests: stop using ProxyObject._named_service, it isn't API and never ...Simon McVittie1-1/+1
2008-07-21test-text.py: exercise InitiatorHandle, InitiatorIDSimon McVittie1-0/+4
2008-07-21test-text.py: assert that suppress_handler is False on incoming channelsSimon McVittie1-0/+1
2008-07-21test-text.py: verify that it all works even if the initiator sends us their f...Simon McVittie1-1/+1
2008-07-21test-text.py: Exercise TargetID propertySimon McVittie1-0/+9
2008-06-06test-text: exercise Channel properties in IM channelsSimon McVittie1-0/+15
2008-03-20test code reorganization, step 1: move related twisted tests into separate su...Senko Rasic1-0/+57