Commit e27a6108 authored by Richard Newton's avatar Richard Newton

Fix tabs

parent 26dc6432
...@@ -48,7 +48,7 @@ noinst_PROGRAMS = test_system \ ...@@ -48,7 +48,7 @@ noinst_PROGRAMS = test_system \
test_many_sockets \ test_many_sockets \
test_ipc_wildcard \ test_ipc_wildcard \
test_diffserv \ test_diffserv \
test_connect_rid test_connect_rid
if !ON_MINGW if !ON_MINGW
noinst_PROGRAMS += test_shutdown_stress \ noinst_PROGRAMS += test_shutdown_stress \
......
...@@ -173,9 +173,9 @@ int main (void) ...@@ -173,9 +173,9 @@ int main (void)
ctx = zmq_ctx_new (); ctx = zmq_ctx_new ();
assert (ctx); assert (ctx);
test_stream_2_stream (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); 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); test_router_2_router (ctx, true);
zmq_ctx_destroy (ctx); zmq_ctx_destroy (ctx);
printf ("'test_connect_rid' passed"); printf ("'test_connect_rid' passed");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment