Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
L
liblinphone
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
10
Issues
10
List
Board
Labels
Milestones
Merge Requests
21
Merge Requests
21
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
External Wiki
External Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
BC
public
liblinphone
Commits
be2f7b33
Commit
be2f7b33
authored
May 15, 2018
by
Ghislain MARY
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add LeaksMemory tag on a group chat tester.
parent
ef002c77
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
group_chat_tester.c
tester/group_chat_tester.c
+1
-1
No files found.
tester/group_chat_tester.c
View file @
be2f7b33
...
...
@@ -3713,7 +3713,7 @@ test_t group_chat_tests[] = {
TEST_ONE_TAG
(
"IMDN sent from DB state"
,
imdn_sent_from_db_state
,
"LeaksMemory"
),
TEST_NO_TAG
(
"Find one to one chat room"
,
find_one_to_one_chat_room
),
TEST_NO_TAG
(
"New device after group chat room creation"
,
group_chat_room_new_device_after_creation
),
TEST_
NO_TAG
(
"Chat room list subscription"
,
group_chat_room_list_subscription
)
TEST_
ONE_TAG
(
"Chat room list subscription"
,
group_chat_room_list_subscription
,
"LeaksMemory"
)
};
test_suite_t
group_chat_test_suite
=
{
...
...
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