ChatTester.m: dont check ftd count because it depends on upload bandwidth

This commit is contained in:
Gautier Pelloux-Prayer 2015-07-02 15:14:24 +02:00
parent 7c937c96cb
commit 36196c6d1a

View file

@ -220,7 +220,6 @@
[self uploadImageWithQuality:@"Maximum"];
[self uploadImageWithQuality:@"Minimum"];
UITableView *tv = [self findTableView:@"Chat list"];
ASSERT_EQ([[LinphoneManager instance] fileTransferDelegates].count, 3);
// wait for ALL uploads to terminate...
for (int i = 0; i < 45; i++) {
[tester waitForTimeInterval:1.f];
@ -229,6 +228,7 @@
}
ASSERT_EQ([[LinphoneManager instance] fileTransferDelegates].count, 0);
ASSERT_EQ([tv numberOfRowsInSection:0], 6);
[self goBackFromChat];
}
- (void)downloadImage {