Author: rajdavies
Date: Mon May 28 13:46:14 2012
New Revision: 1343257

URL: http://svn.apache.org/viewvc?rev=1343257&view=rev
Log:
include mqtt tests

Modified:
    activemq/trunk/activemq-core/pom.xml
    
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java

Modified: activemq/trunk/activemq-core/pom.xml
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/pom.xml?rev=1343257&r1=1343256&r2=1343257&view=diff
==============================================================================
--- activemq/trunk/activemq-core/pom.xml (original)
+++ activemq/trunk/activemq-core/pom.xml Mon May 28 13:46:14 2012
@@ -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>

Modified: 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
URL: 
http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java?rev=1343257&r1=1343256&r2=1343257&view=diff
==============================================================================
--- 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
 (original)
+++ 
activemq/trunk/activemq-core/src/test/java/org/apache/activemq/transport/mqtt/MQTTTest.java
 Mon May 28 13:46:14 2012
@@ -104,7 +104,6 @@ public class MQTTTest {
 
         latch.await(10, TimeUnit.SECONDS);
         assertEquals(0, latch.getCount());
-
     }
 
     @Test


Reply via email to