Fix testers

This commit is contained in:
Gautier Pelloux-Prayer 2015-02-11 16:30:42 +01:00
parent 807bcbbfa3
commit 5074658a6f
2 changed files with 2 additions and 2 deletions

@ -1 +1 @@
Subproject commit 2b0343ba1659a496b06c61240b5b68b1251de762
Subproject commit 13f6a78846b8cfe2e75e0298751e1ba57d66232c

View file

@ -2129,7 +2129,7 @@ static void call_with_file_player(void) {
CU_ASSERT_TRUE(wait_for(pauline->lc,marie->lc,&marie->stat.number_of_LinphoneCallEnd,1));
/*cannot run on iphone simulator because locks main loop beyond permitted time (should run
on another thread) */
#if !defined(__arm__) && !defined(__arm64__) && TARGET_IPHONE_SIMULATOR
#if !defined(__arm__) && !defined(__arm64__) && !TARGET_IPHONE_SIMULATOR
{
double similar;
const double threshold = 0.9;