Commit 6b8984fb authored by Ian Craggs's avatar Ian Craggs

Fix test name

parent 8b3b2434
...@@ -656,7 +656,7 @@ int test3(struct Options options) ...@@ -656,7 +656,7 @@ int test3(struct Options options)
test_finished = 0; test_finished = 0;
MyLog(LOGA_INFO, "Starting test 3 - multiple connections"); MyLog(LOGA_INFO, "Starting test 3 - multiple connections");
fprintf(xml, "<testcase classname=\"test4\" name=\"asynchronous connect\""); fprintf(xml, "<testcase classname=\"test4\" name=\"multiple connections\"");
global_start_time = start_clock(); global_start_time = start_clock();
for (i = 0; i < num_clients; ++i) for (i = 0; i < num_clients; ++i)
......
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