Fix of Test error

Signed-off-by: tomoaki <tomoaki@tomy-tech.com>
This commit is contained in:
tomoaki
2021-05-11 15:11:12 +09:00
parent 5876ab8f3c
commit e1b000b6f4

View File

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