Bugfix of test

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2019-07-27 12:20:57 +09:00
parent 2b7f040b57
commit 22e7f0d272

View File

@@ -65,7 +65,7 @@ void TestProcess::run(void)
assert(1 == getArgc() || 3 == getArgc() );
assert(0 == strcmp(ARGV, *getArgv()));
getParam("BrokerName", value);
assert(0 == strcmp("iot.eclipse.org", value));
assert(0 == strcmp("mqtt.eclipse.org", value));
/* Test RingBuffer */
for ( i = 0; i < 1000; i++)