Commit eac26505 authored by Luca Boccassi's avatar Luca Boccassi

Problem: heartbeat tests are disabled

Solution: re-enable them
parent 54aff774
...@@ -372,26 +372,26 @@ int main (void) ...@@ -372,26 +372,26 @@ int main (void)
UNITY_BEGIN (); UNITY_BEGIN ();
//RUN_TEST (test_heartbeat_timeout_router); RUN_TEST (test_heartbeat_timeout_router);
RUN_TEST (test_heartbeat_timeout_router_mock_ping); RUN_TEST (test_heartbeat_timeout_router_mock_ping);
//RUN_TEST (test_heartbeat_ttl_dealer_router); RUN_TEST (test_heartbeat_ttl_dealer_router);
//RUN_TEST (test_heartbeat_ttl_req_rep); RUN_TEST (test_heartbeat_ttl_req_rep);
//RUN_TEST (test_heartbeat_ttl_pull_push); RUN_TEST (test_heartbeat_ttl_pull_push);
//RUN_TEST (test_heartbeat_ttl_sub_pub); RUN_TEST (test_heartbeat_ttl_sub_pub);
//RUN_TEST (test_heartbeat_ttl_pair_pair); RUN_TEST (test_heartbeat_ttl_pair_pair);
//RUN_TEST (test_heartbeat_notimeout_dealer_router); RUN_TEST (test_heartbeat_notimeout_dealer_router);
//RUN_TEST (test_heartbeat_notimeout_req_rep); RUN_TEST (test_heartbeat_notimeout_req_rep);
//RUN_TEST (test_heartbeat_notimeout_pull_push); RUN_TEST (test_heartbeat_notimeout_pull_push);
//RUN_TEST (test_heartbeat_notimeout_sub_pub); RUN_TEST (test_heartbeat_notimeout_sub_pub);
//RUN_TEST (test_heartbeat_notimeout_pair_pair); RUN_TEST (test_heartbeat_notimeout_pair_pair);
//RUN_TEST (test_heartbeat_notimeout_dealer_router_with_curve); RUN_TEST (test_heartbeat_notimeout_dealer_router_with_curve);
//RUN_TEST (test_heartbeat_notimeout_req_rep_with_curve); RUN_TEST (test_heartbeat_notimeout_req_rep_with_curve);
//RUN_TEST (test_heartbeat_notimeout_pull_push_with_curve); RUN_TEST (test_heartbeat_notimeout_pull_push_with_curve);
//RUN_TEST (test_heartbeat_notimeout_sub_pub_with_curve); RUN_TEST (test_heartbeat_notimeout_sub_pub_with_curve);
//RUN_TEST (test_heartbeat_notimeout_pair_pair_with_curve); RUN_TEST (test_heartbeat_notimeout_pair_pair_with_curve);
return UNITY_END (); return UNITY_END ();
} }
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