mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-07 05:53:06 +00:00
Fix testers
This commit is contained in:
parent
807bcbbfa3
commit
5074658a6f
2 changed files with 2 additions and 2 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 2b0343ba1659a496b06c61240b5b68b1251de762
|
||||
Subproject commit 13f6a78846b8cfe2e75e0298751e1ba57d66232c
|
||||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue