Test3 debugging

This commit is contained in:
Ian Craggs 2013-10-14 16:50:38 +01:00
parent 9c4d19f3c2
commit 391bed8f41
1 changed files with 1 additions and 1 deletions

View File

@ -908,7 +908,7 @@ int test3a_s(struct Options options)
fprintf(xml, "<testcase classname=\"test3\" name=\"test 3a_s\"");
global_start_time = start_clock();
if (!(assert("good rc from create", (rc = MQTTClient_create(&c, options.server_auth_connection, "test3a_s",
if (!(assert("good rc from create", (rc = MQTTClient_create(&c, options.mutual_auth_connection, "test3a_s",
MQTTCLIENT_PERSISTENCE_DEFAULT, persistenceStore)) == MQTTCLIENT_SUCCESS, "rc was %d\n", rc)))
goto exit;