include mqtt tests

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1343257 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2012-05-28 13:46:14 +00:00
parent d1aeb04fc6
commit 4d43c74fd2
2 changed files with 0 additions and 4 deletions

View File

@ -513,9 +513,6 @@
<!-- breaks hudson: disable till we get a chance to give it the time that it needs - http://hudson.zones.apache.org/hudson/job/ActiveMQ/org.apache.activemq$activemq-core/199/testReport/org.apache.activemq.network/BrokerNetworkWithStuckMessagesTest/testBrokerNetworkWithStuckMessages/ -->
<exclude>**/BrokerNetworkWithStuckMessagesTest.*</exclude>
<exclude>**/DoSTest.*</exclude>
<exclude>**/mqtt/*</exclude>
</excludes>
</configuration>
</plugin>

View File

@ -104,7 +104,6 @@ public class MQTTTest {
latch.await(10, TimeUnit.SECONDS);
assertEquals(0, latch.getCount());
}
@Test