This is an automated email from the ASF dual-hosted git repository. veithen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/axis-axis2-java-core.git
The following commit(s) were added to refs/heads/master by this push: new 172cbc7 AXIS2-6028: Remove remaining references to Qpid 172cbc7 is described below commit 172cbc7f973e7b832acf415d98fd156923c58052 Author: Andreas Veithen <andreas.veit...@gmail.com> AuthorDate: Sat Mar 12 23:27:52 2022 +0000 AXIS2-6028: Remove remaining references to Qpid In particular, since we removed Qpid, there is no need to exclude tests with broker=qpid. --- .../java/org/apache/axis2/transport/jms/JMSTransportTest.java | 9 --------- 1 file changed, 9 deletions(-) diff --git a/modules/transport/jms/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java b/modules/transport/jms/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java index 3e0deb7..7211536 100644 --- a/modules/transport/jms/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java +++ b/modules/transport/jms/src/test/java/org/apache/axis2/transport/jms/JMSTransportTest.java @@ -52,15 +52,6 @@ public class JMSTransportTest extends TestCase { // SYNAPSE-436: suite.addExclude("(&(test=EchoXML)(replyDestType=topic)(endpoint=axis))"); - // Qpid has been removed because after major changes it is too hard - // to maintain - suite.addExclude("(broker=qpid)"); - - // Example to run a few use cases.. please leave these commented out - asankha - //suite.addExclude("(|(test=AsyncXML)(test=MinConcurrency)(destType=topic)(broker=qpid)(destType=topic)(replyDestType=topic)(client=jms)(endpoint=mock)(cfOnSender=true))"); - //suite.addExclude("(|(test=EchoXML)(destType=queue)(broker=qpid)(cfOnSender=true)(singleCF=false)(destType=queue)(client=jms)(endpoint=mock))"); - //suite.addExclude("(|(test=EchoXML)(test=AsyncXML)(test=AsyncSwA)(test=AsyncTextPlain)(test=AsyncBinary)(test=AsyncSOAPLarge)(broker=qpid))"); - TransportTestSuiteBuilder builder = new TransportTestSuiteBuilder(suite); JMSTestEnvironment[] environments = new JMSTestEnvironment[] { new ActiveMQTestEnvironment() };