From 740faeb09fa882671f50818f8c261cc5188a6107 Mon Sep 17 00:00:00 2001 From: tomoaki Date: Tue, 18 May 2021 21:07:24 +0900 Subject: [PATCH] update test Signed-off-by: tomoaki --- MQTTSNGateway/GatewayTester/samples/mainTest.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/MQTTSNGateway/GatewayTester/samples/mainTest.cpp b/MQTTSNGateway/GatewayTester/samples/mainTest.cpp index c091ec3..c24ad33 100644 --- a/MQTTSNGateway/GatewayTester/samples/mainTest.cpp +++ b/MQTTSNGateway/GatewayTester/samples/mainTest.cpp @@ -239,10 +239,6 @@ TEST_LIST = TEST("Step9:subscribe again", subscribechangeCallback), TEST("Step10:Publish topic2", publishTopic2), - //TEST("Step10:Reset Clean Session", CleanSessionOff), - - //TEST("Step9:subscribe wildcard topic", subscribechangeCallback), - TEST("Step11:Sleep ", asleep), TEST("Step12:Publish topic1", publishTopic1), TEST("Step13:Disconnect", disconnect),