forked from mirrors/linphone-iphone
LinphoneTester_Tests.m: fix compilation
This commit is contained in:
parent
83055e1da1
commit
5567066a3b
1 changed files with 2 additions and 2 deletions
|
|
@ -48,8 +48,8 @@
|
|||
LOGI(@"Bundle path: %@", bundlePath);
|
||||
LOGI(@"Document path: %@", documentPath);
|
||||
|
||||
bc_tester_read_dir_prefix = ms_strdup(bundle);
|
||||
bc_tester_writable_dir_prefix = ms_strdup(documents);
|
||||
bc_tester_set_resource_dir_prefix(bundle);
|
||||
bc_tester_set_writable_dir_prefix(documents);
|
||||
|
||||
liblinphone_tester_keep_accounts(TRUE);
|
||||
int count = bc_tester_nb_suites();
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue