mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-19 12:08:11 +00:00
enable ios test
This commit is contained in:
parent
fe687d8dfd
commit
b3181855af
2 changed files with 7 additions and 1 deletions
|
|
@ -1 +1 @@
|
|||
Subproject commit 64ef6099d47713d83dfb3bccdb505bf2b6060287
|
||||
Subproject commit b83b82d67692b5a93de5194c3503dc61828d4051
|
||||
|
|
@ -226,6 +226,12 @@ LinphoneCoreManager* linphone_core_manager_new2(const char* rc_file, int check_f
|
|||
else
|
||||
proxy_count=0;
|
||||
|
||||
#if TARGET_OS_IPHONE
|
||||
linphone_core_set_playback_device( mgr->lc, "AU: Audio Unit Tester");
|
||||
linphone_core_set_capture_device( mgr->lc, "AU: Audio Unit Tester");
|
||||
linphone_core_set_ringer_device( mgr->lc, "AU: Audio Unit Tester");
|
||||
#endif
|
||||
|
||||
if (proxy_count)
|
||||
wait_for_until(mgr->lc,NULL,&mgr->stat.number_of_LinphoneRegistrationOk,proxy_count,5000*proxy_count);
|
||||
CU_ASSERT_EQUAL(mgr->stat.number_of_LinphoneRegistrationOk,proxy_count);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue