Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
L
libzmq
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
libzmq
Commits
e27a6108
Commit
e27a6108
authored
Mar 17, 2014
by
Richard Newton
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix tabs
parent
26dc6432
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
Makefile.am
tests/Makefile.am
+1
-1
test_connect_rid.cpp
tests/test_connect_rid.cpp
+2
-2
No files found.
tests/Makefile.am
View file @
e27a6108
...
...
@@ -48,7 +48,7 @@ noinst_PROGRAMS = test_system \
test_many_sockets
\
test_ipc_wildcard
\
test_diffserv
\
test_connect_rid
test_connect_rid
if
!ON_MINGW
noinst_PROGRAMS
+=
test_shutdown_stress
\
...
...
tests/test_connect_rid.cpp
View file @
e27a6108
...
...
@@ -173,9 +173,9 @@ int main (void)
ctx
=
zmq_ctx_new
();
assert
(
ctx
);
test_stream_2_stream
(
ctx
);
msleep
(
100
);
// Give time for bound socket to be closed.
msleep
(
100
);
// Give time for bound socket to be closed.
test_router_2_router
(
ctx
,
false
);
msleep
(
100
);
// Give time for bound socket to be closed.
msleep
(
100
);
// Give time for bound socket to be closed.
test_router_2_router
(
ctx
,
true
);
zmq_ctx_destroy
(
ctx
);
printf
(
"'test_connect_rid' passed"
);
...
...
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