Commit 0f8eca49 authored by Ian Craggs's avatar Ian Craggs

Debug test4

parent 732a941b
...@@ -68,7 +68,7 @@ struct Options ...@@ -68,7 +68,7 @@ struct Options
} options = } options =
{ {
"m2m.eclipse.org:1883", "m2m.eclipse.org:1883",
0, 1,
-1, -1,
10000, 10000,
MQTTVERSION_DEFAULT, MQTTVERSION_DEFAULT,
...@@ -1052,7 +1052,7 @@ int test6(struct Options options) ...@@ -1052,7 +1052,7 @@ int test6(struct Options options)
char* uris[2] = {options.connection, options.connection}; char* uris[2] = {options.connection, options.connection};
failures = 0; failures = 0;
MyLog(LOGA_INFO, "Starting test 7 - HA connections"); MyLog(LOGA_INFO, "Starting test 6 - HA connections");
fprintf(xml, "<testcase classname=\"test4\" name=\"HA connections\""); fprintf(xml, "<testcase classname=\"test4\" name=\"HA connections\"");
global_start_time = start_clock(); global_start_time = start_clock();
...@@ -1231,7 +1231,7 @@ int test7(struct Options options) ...@@ -1231,7 +1231,7 @@ int test7(struct Options options)
int msg_count = 6; int msg_count = 6;
MyLog(LOGA_INFO, "Starting test 7 - pending tokens"); MyLog(LOGA_INFO, "Starting test 7 - pending tokens");
fprintf(xml, "<testcase classname=\"test4\" name=\"asynchronous connect\""); fprintf(xml, "<testcase classname=\"test4\" name=\"pending tokens\"");
global_start_time = start_clock(); global_start_time = start_clock();
test_finished = 0; test_finished = 0;
......
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