From 36196c6d1a3db8e72c0f53bad8876aae4a692061 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Thu, 2 Jul 2015 15:14:24 +0200 Subject: [PATCH] ChatTester.m: dont check ftd count because it depends on upload bandwidth --- KifTests/ChatTester.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/KifTests/ChatTester.m b/KifTests/ChatTester.m index 134d3219e..5b5387b51 100644 --- a/KifTests/ChatTester.m +++ b/KifTests/ChatTester.m @@ -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 {