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
0f2fe352
Commit
0f2fe352
authored
Aug 25, 2014
by
Philip Withnall
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
tests: Fix test-build-io-stream for EOS changes
From commit
7b6935c6
.
parent
3f7d5e5b
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
3 deletions
+2
-3
tests/test-build-io-stream.c
tests/test-build-io-stream.c
+2
-3
No files found.
tests/test-build-io-stream.c
View file @
0f2fe352
...
...
@@ -179,9 +179,8 @@ test_pollable_properties (NiceAddress *addr)
g_assert
(
g_pollable_input_stream_read_nonblocking
(
pollable_input_stream
,
buf
,
sizeof
(
buf
),
NULL
,
&
error
)
==
-
1
);
g_assert_error
(
error
,
G_IO_ERROR
,
G_IO_ERROR_CLOSED
);
g_clear_error
(
&
error
);
buf
,
sizeof
(
buf
),
NULL
,
&
error
)
==
0
);
g_assert_no_error
(
error
);
g_assert
(
g_pollable_output_stream_write_nonblocking
(
pollable_output_stream
,
...
...
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