From 0db1166495c2334654464064c1705293684ef575 Mon Sep 17 00:00:00 2001 From: Ian Craggs Date: Tue, 26 Aug 2014 12:40:10 +0100 Subject: [PATCH] Debug test 5 --- test/test5.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test5.c b/test/test5.c index 9502434a..e8b7f1a4 100644 --- a/test/test5.c +++ b/test/test5.c @@ -89,7 +89,7 @@ struct Options NULL, "../../../test/ssl/test-root-ca.crt", NULL, - 0, + 1, 0, 5000000 }; @@ -2050,7 +2050,7 @@ int main(int argc, char** argv) for (options.test_no = 1; options.test_no < ARRAY_SIZE(tests); ++options.test_no) { failures = 0; - MQTTAsync_setTraceLevel(MQTTASYNC_TRACE_ERROR); + MQTTAsync_setTraceLevel(MQTTASYNC_TRACE_PROTOCOL); rc += tests[options.test_no](options); /* return number of failures. 0 = test succeeded */ } }