diff options
| author | Alex Clayton <alex.clayton@isode.com> | 2016-02-08 12:30:12 (GMT) |
|---|---|---|
| committer | Alex Clayton <alex.clayton@isode.com> | 2016-02-16 11:02:39 (GMT) |
| commit | 2ebf488dfee7156fbbe0b3d3eccebe13d86a8634 (patch) | |
| tree | 8f0c873e2048e9f3a5bca51f358f60b21e690dd2 /PortingProgress.txt | |
| parent | 810abab2eb236c68c75025e383609d952af71e4f (diff) | |
| download | stroke-2ebf488dfee7156fbbe0b3d3eccebe13d86a8634.zip stroke-2ebf488dfee7156fbbe0b3d3eccebe13d86a8634.tar.bz2 | |
Add the FileTransfer tests
Add the missing FileTransfer tests to stroke. When porting the tests
I found some of them were failing and required changes to the classes
being tested to fix. Had to add a DummyNetworkEnvironment as well for
the OutgoingJingleFileTransferTest.
Test-information:
All unit tests pass.
Change-Id: Id511a556ef3a5d66e0e107f36f736db3bbb3a437
Diffstat (limited to 'PortingProgress.txt')
| -rw-r--r-- | PortingProgress.txt | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/PortingProgress.txt b/PortingProgress.txt index 97c4ac9..d8dee4f 100644 --- a/PortingProgress.txt +++ b/PortingProgress.txt @@ -96,5 +96,3 @@ FileTransfer: -All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 except for: - -Tests not yet ported. +All files ported to 6ca201d0b48f4273e24dd7bff17c4a46eeaddf39 @@ -104,2 +102,5 @@ slightly differently to swiften due to multipe inheritance. +IncomingJingleFileTransferTest -- test_AcceptFailingS5BFallsBackToIBB test commented +out in Swiften code this test is not run as it does not work in Swiften. + ----- |
Swift