You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/07/30 23:51:45 UTC

svn commit: r1367327 - /activemq/activemq-apollo/trunk/apollo-itests/src/test/java/org/apache/activemq/apollo/JMSMessageTest.java

Author: chirino
Date: Mon Jul 30 21:51:45 2012
New Revision: 1367327

URL: http://svn.apache.org/viewvc?rev=1367327&view=rev
Log:
Reenable ignored tests.

Modified:
    activemq/activemq-apollo/trunk/apollo-itests/src/test/java/org/apache/activemq/apollo/JMSMessageTest.java

Modified: activemq/activemq-apollo/trunk/apollo-itests/src/test/java/org/apache/activemq/apollo/JMSMessageTest.java
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-itests/src/test/java/org/apache/activemq/apollo/JMSMessageTest.java?rev=1367327&r1=1367326&r2=1367327&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-itests/src/test/java/org/apache/activemq/apollo/JMSMessageTest.java (original)
+++ activemq/activemq-apollo/trunk/apollo-itests/src/test/java/org/apache/activemq/apollo/JMSMessageTest.java Mon Jul 30 21:51:45 2012
@@ -47,7 +47,7 @@ public class JMSMessageTest extends JmsT
         addCombinationValues("destinationType", new Object[] {DestinationType.QUEUE_TYPE});
     }
 
-    public void ignoreTextMessage() throws Exception {
+    public void testTextMessage() throws Exception {
 
         // Receive a message with the JMS API
         connection.start();
@@ -81,7 +81,7 @@ public class JMSMessageTest extends JmsT
         junit.textui.TestRunner.run(suite());
     }
 
-    public void ignoreBytesMessageLength() throws Exception {
+    public void testBytesMessageLength() throws Exception {
 
         // Receive a message with the JMS API
         connection.start();
@@ -110,7 +110,7 @@ public class JMSMessageTest extends JmsT
         assertNull(consumer.receiveNoWait());
     }
 
-    public void ignoreObjectMessage() throws Exception {
+    public void testObjectMessage() throws Exception {
 
         // Receive a message with the JMS API
         connection.start();
@@ -135,7 +135,7 @@ public class JMSMessageTest extends JmsT
         assertNull(consumer.receiveNoWait());
     }
 
-    public void ignoreBytesMessage() throws Exception {
+    public void testBytesMessage() throws Exception {
 
         // Receive a message with the JMS API
         connection.start();
@@ -167,7 +167,7 @@ public class JMSMessageTest extends JmsT
         assertNull(consumer.receiveNoWait());
     }
 
-    public void ignoreStreamMessage() throws Exception {
+    public void testStreamMessage() throws Exception {
 
         // Receive a message with the JMS API
         connection.start();
@@ -209,7 +209,7 @@ public class JMSMessageTest extends JmsT
         assertNull(consumer.receiveNoWait());
     }
 
-    public void ignoreMapMessage() throws Exception {
+    public void testMapMessage() throws Exception {
 
         // Receive a message with the JMS API
         connection.start();