mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
ChatTester.m: dont check ftd count because it depends on upload bandwidth
This commit is contained in:
parent
7c937c96cb
commit
36196c6d1a
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue