summaryrefslogtreecommitdiff
path: root/tests/twisted/file-transfer/file_transfer_helper.py
Commit message (Expand)AuthorAgeFilesLines
* Use telepathy-glib for FileTransfer.FileCollectionSimon McVittie2013-11-041-2/+0
* Fix a bunch of pyflakes warnings in testsGuillaume Desmottes2013-10-031-1/+0
* make test comments TP prefix agnosticGuillaume Desmottes2013-10-031-4/+4
* Add get_contact_handle_sync, get_contact_handles_sync; use in simple casesSimon McVittie2013-09-231-1/+1
* Add inspect_contact_sync, inspect_contacts_sync and use in simple casesSimon McVittie2013-09-231-1/+1
* Tests: replace GetSelfHandle calls with property-gettingSimon McVittie2013-09-231-1/+1
* Fix file transfer tests for these new interfacesWill Thompson2012-12-061-3/+9
* file transfer helper: use crazier stock metadata in file transfer testsJonny Lamb2011-11-161-2/+2
* metadata: update to new draftJonny Lamb2011-11-091-8/+5
* twisted tests: use conn.Requests isntead of making a dbus.InterfaceJonny Lamb2011-10-311-3/+1
* ft-channel: fail to create channel if the contact doesn't have the right capsJonny Lamb2011-10-261-3/+4
* ft-manager: only advertise Metadata support for those who support itJonny Lamb2011-10-261-0/+2
* ft-helper: test parsing incoming offer metadataJonny Lamb2011-10-261-5/+19
* ft-channel: include metadata in file transfer offerJonny Lamb2011-10-261-0/+19
* ft-channel: make Metadata props immutable and test themJonny Lamb2011-10-261-1/+9
* ft-manager: add Metadata props to Allowed_PropertiesJonny Lamb2011-10-261-2/+3
* Implement the stable API for FileTransfer.URIGuillaume Desmottes2011-02-021-4/+4
* add file-transfer/test-uri.pyGuillaume Desmottes2011-01-261-7/+12
* exec_file_transfer_test: allow to run the test just onceGuillaume Desmottes2011-01-261-1/+4
* try changing URI after it has been setGuillaume Desmottes2011-01-261-0/+5
* request_ft_channel: use assertEqualsGuillaume Desmottes2011-01-261-19/+19
* FileURI has been renamed to URIGuillaume Desmottes2011-01-261-12/+12
* test setting FileURIGuillaume Desmottes2011-01-261-2/+22
* file-transfer: implement FileURI property for outgoing channelsGuillaume Desmottes2011-01-261-2/+7
* gabbletest.py: automatically connect connectionsJonny Lamb2011-01-111-5/+1
* Unrace FT tests waiting for NewChannelsWill Thompson2010-06-141-1/+13
* Also ignore ipv6 related errors when accepting a fileSjoerd Simons2010-04-061-2/+13
* Ignore errors if we can't listen on ipv6Sjoerd Simons2010-04-061-1/+10
* Regression tests: don't assume we can do Unix sockets unless os.name is 'posix'Simon McVittie2010-02-221-16/+30
* fd.o #25296: break race in test-send-file-provide-immediately.py and test-sen...Guillaume Desmottes2009-12-041-7/+7
* make expects for presence events more specificDafydd Harries2009-09-231-4/+2
* file_transfer_helper.py: read on the local socket until it's disconnectedGuillaume Desmottes2009-09-171-3/+5
* make gabble_decode_jid() return a booleanDafydd Harries2009-09-031-2/+3
* tests: use constants for StatusChanged arguments throughoutSimon McVittie2009-07-291-1/+2
* Remove Disconnect() call from testsGuillaume Desmottes2009-07-141-2/+1
* file_transfer_helper.py: use make_result_iqGuillaume Desmottes2009-07-131-7/+7
* Define 'jabber:iq:roster' in ns.pyWill Thompson2009-05-211-1/+1
* file_transfer_helper.py: break a race with the FileTransferStateChangedGuillaume Desmottes2009-05-111-6/+19
* file_transfer_helper: use hashlib instead of the md5 moduleGuillaume Desmottes2009-05-061-5/+2
* implement and test resume on the sending sideGuillaume Desmottes2009-04-141-5/+9
* check that gabble supports range FTGuillaume Desmottes2009-04-141-0/+4
* pass file args to FT tests so we can easily test resumeGuillaume Desmottes2009-04-141-7/+14
* file_transfer_helper.py: support offset when testing receiving fileGuillaume Desmottes2009-04-141-10/+18
* clean up pyflakes warnings in testsDafydd Harries2009-04-081-6/+10
* run FT tests with BytestreamS5BRelay and BytestreamS5BRelayBuggedGuillaume Desmottes2009-04-031-5/+10
* file_transfer_helper: break race when calling bytestream.wait_bytestream_clos...Guillaume Desmottes2009-04-031-4/+3
* TP_SOCKET_ADDRESS_TYPE_UNIX address is supposed to be an 'ay' not a stringGuillaume Desmottes2009-04-031-2/+4
* add IPv6 sockets supportGuillaume Desmottes2009-04-031-3/+8
* run FT tests using SOCKET_ADDRESS_TYPE_IPV4 tooGuillaume Desmottes2009-04-031-1/+4
* add SOCKET_ADDRESS_TYPE_IPV4 to AvailableSocketTypesGuillaume Desmottes2009-04-031-2/+6