Unverified Commit 8ad43907 authored by Simon Giesecke's avatar Simon Giesecke Committed by GitHub

Merge pull request #3101 from bluca/heartbeat_disabled

Problem: heartbeat tests are disabled
parents 54aff774 eac26505
......@@ -372,26 +372,26 @@ int main (void)
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_ttl_dealer_router);
//RUN_TEST (test_heartbeat_ttl_req_rep);
//RUN_TEST (test_heartbeat_ttl_pull_push);
//RUN_TEST (test_heartbeat_ttl_sub_pub);
//RUN_TEST (test_heartbeat_ttl_pair_pair);
//RUN_TEST (test_heartbeat_notimeout_dealer_router);
//RUN_TEST (test_heartbeat_notimeout_req_rep);
//RUN_TEST (test_heartbeat_notimeout_pull_push);
//RUN_TEST (test_heartbeat_notimeout_sub_pub);
//RUN_TEST (test_heartbeat_notimeout_pair_pair);
//RUN_TEST (test_heartbeat_notimeout_dealer_router_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_sub_pub_with_curve);
//RUN_TEST (test_heartbeat_notimeout_pair_pair_with_curve);
RUN_TEST (test_heartbeat_ttl_dealer_router);
RUN_TEST (test_heartbeat_ttl_req_rep);
RUN_TEST (test_heartbeat_ttl_pull_push);
RUN_TEST (test_heartbeat_ttl_sub_pub);
RUN_TEST (test_heartbeat_ttl_pair_pair);
RUN_TEST (test_heartbeat_notimeout_dealer_router);
RUN_TEST (test_heartbeat_notimeout_req_rep);
RUN_TEST (test_heartbeat_notimeout_pull_push);
RUN_TEST (test_heartbeat_notimeout_sub_pub);
RUN_TEST (test_heartbeat_notimeout_pair_pair);
RUN_TEST (test_heartbeat_notimeout_dealer_router_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_sub_pub_with_curve);
RUN_TEST (test_heartbeat_notimeout_pair_pair_with_curve);
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