Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
liblinphone
Commits
5074658a
Commit
5074658a
authored
Feb 11, 2015
by
Gautier Pelloux-Prayer
Browse files
Fix testers
parent
807bcbbf
Changes
2
Hide whitespace changes
Inline
Side-by-side
mediastreamer2
@
13f6a788
Subproject commit
2b0343ba1659a496b06c61240b5b68b1251de762
Subproject commit
13f6a78846b8cfe2e75e0298751e1ba57d66232c
tester/call_tester.c
View file @
5074658a
...
...
@@ -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
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment