Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
L
libnice
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
libnice
Commits
12a65f73
Commit
12a65f73
authored
Apr 04, 2012
by
Rohan Garg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix test-dribble
The ragent state can be either NICE_COMPONENT_CONNECTED or NICE_COMPONENT_READY
parent
7ae665e2
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tests/test-dribble.c
tests/test-dribble.c
+1
-1
No files found.
tests/test-dribble.c
View file @
12a65f73
...
@@ -381,7 +381,7 @@ int main (void)
...
@@ -381,7 +381,7 @@ int main (void)
nice_agent_remove_stream
(
ragent
,
rs_id
);
nice_agent_remove_stream
(
ragent
,
rs_id
);
priv_print_global_status
();
priv_print_global_status
();
g_assert
(
global_lagent_state
==
NICE_COMPONENT_STATE_READY
);
g_assert
(
global_lagent_state
==
NICE_COMPONENT_STATE_READY
);
g_assert
(
global_ragent_state
==
NICE_COMPONENT_STATE_READY
);
g_assert
(
global_ragent_state
>=
NICE_COMPONENT_STATE_CONNECTED
);
/* note: verify that correct number of local candidates were reported */
/* note: verify that correct number of local candidates were reported */
g_assert
(
global_lagent_cands
==
1
);
g_assert
(
global_lagent_cands
==
1
);
g_assert
(
global_ragent_cands
==
1
);
g_assert
(
global_ragent_cands
==
1
);
...
...
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