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
3b23045e
Commit
3b23045e
authored
May 28, 2014
by
Guillaume BIENKOWSKI
Browse files
Fix tmp path in message tester
parent
b56095f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tester/message_tester.c
tester/message_tester.c
+1
-1
No files found.
tester/message_tester.c
View file @
3b23045e
...
...
@@ -462,7 +462,7 @@ static void message_storage_migration() {
// the messages.db has 10000 dummy messages with the very first DB scheme.
// This will test the migration procedure
linphone_core_set_chat_database_path
(
marie
->
lc
,
"
tmp
.
db
"
);
linphone_core_set_chat_database_path
(
marie
->
lc
,
tmp
_
db
);
MSList
*
chatrooms
=
linphone_core_get_chat_rooms
(
marie
->
lc
);
CU_ASSERT
(
ms_list_size
(
chatrooms
)
>
0
);
...
...
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