mirror of
https://github.com/zeromq/libzmq.git
synced 2024-12-28 07:58:14 +08:00
Problem: set infinite timeouts on some tests by mistake
Solution: remove it
This commit is contained in:
parent
f7b215c639
commit
243503c29e
@ -94,7 +94,7 @@ void test_bind_null_fuzzer ()
|
|||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
setup_test_environment (0);
|
setup_test_environment ();
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_bind_null_fuzzer);
|
RUN_TEST (test_bind_null_fuzzer);
|
||||||
|
@ -106,7 +106,7 @@ void test_connect_null_fuzzer ()
|
|||||||
|
|
||||||
int main (int argc, char **argv)
|
int main (int argc, char **argv)
|
||||||
{
|
{
|
||||||
setup_test_environment (0);
|
setup_test_environment ();
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_connect_null_fuzzer);
|
RUN_TEST (test_connect_null_fuzzer);
|
||||||
|
@ -197,7 +197,7 @@ void test_client_server_ipc ()
|
|||||||
|
|
||||||
int main ()
|
int main ()
|
||||||
{
|
{
|
||||||
setup_test_environment (0);
|
setup_test_environment ();
|
||||||
|
|
||||||
UNITY_BEGIN ();
|
UNITY_BEGIN ();
|
||||||
RUN_TEST (test_req_rep_tcp);
|
RUN_TEST (test_req_rep_tcp);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user