Reenable all keepalive tests

This commit is contained in:
Nick O'Leary 2015-08-28 22:49:10 +01:00
parent 0d11ce4a7e
commit c51f6c1673

View File

@ -175,10 +175,10 @@ int test_keepalive_disconnects_hung() {
int main() int main()
{ {
SUITE("Keep-alive"); SUITE("Keep-alive");
// test_keepalive_pings_idle(); test_keepalive_pings_idle();
// test_keepalive_pings_with_outbound_qos0(); test_keepalive_pings_with_outbound_qos0();
// test_keepalive_pings_with_inbound_qos0(); test_keepalive_pings_with_inbound_qos0();
// test_keepalive_no_pings_inbound_qos1(); test_keepalive_no_pings_inbound_qos1();
test_keepalive_disconnects_hung(); test_keepalive_disconnects_hung();
FINISH FINISH