You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ve...@apache.org on 2008/11/13 22:00:21 UTC

svn commit: r713821 - /webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java

Author: veithen
Date: Thu Nov 13 13:00:21 2008
New Revision: 713821

URL: http://svn.apache.org/viewvc?rev=713821&view=rev
Log:
JMS transport tests: Changed the exclusion rules so that the MinConcurrency test is run both on Qpid and ActiveMQ.

Modified:
    webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java

Modified: webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java?rev=713821&r1=713820&r2=713821&view=diff
==============================================================================
--- webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java (original)
+++ webservices/commons/trunk/modules/transport/modules/tests/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java Thu Nov 13 13:00:21 2008
@@ -46,7 +46,8 @@
         //  * Only use a small set of message types for the other setups.
         suite.addExclude("(!(|(&(broker=qpid)(singleCF=false)(cfOnSender=false)(!(|(destType=topic)(replyDestType=topic))))" +
         		             "(&(test=AsyncXML)(messageType=SOAP11)(data=ASCII))" +
-        		             "(&(test=EchoXML)(messageType=POX)(data=ASCII))))");
+        		             "(&(test=EchoXML)(messageType=POX)(data=ASCII))" +
+        		             "(test=MinConcurrency)))");
         
         // SYNAPSE-436:
         suite.addExclude("(&(test=EchoXML)(replyDestType=topic)(endpoint=axis))");