Fixed AMQ-5160, fixed test testNoMessageReceivedAfterUnsubscribeMQTT

This commit is contained in:
Dhiraj Bokde 2014-05-13 00:45:05 -07:00 committed by Dejan Bosanac
parent 0a39782bf5
commit 70f7c5805c
1 changed files with 0 additions and 2 deletions

View File

@ -1371,8 +1371,6 @@ public class MQTTTest extends AbstractMQTTTest {
} }
// these should not be received // these should not be received
connectionSub = mqttSub.blockingConnection();
connectionSub.connect();
assertNull(connectionSub.receive(5, TimeUnit.SECONDS)); assertNull(connectionSub.receive(5, TimeUnit.SECONDS));
connectionSub.disconnect(); connectionSub.disconnect();