enable tests using anonymous producers again, now that they will fall back to 
opening and closing links if trying the anonymous relay fails.


Project: http://git-wip-us.apache.org/repos/asf/qpid-jms/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-jms/commit/109b4022
Tree: http://git-wip-us.apache.org/repos/asf/qpid-jms/tree/109b4022
Diff: http://git-wip-us.apache.org/repos/asf/qpid-jms/diff/109b4022

Branch: refs/heads/master
Commit: 109b4022275201492df3aa760035462b53ac1292
Parents: ab870c8
Author: Robert Gemmell <[email protected]>
Authored: Tue Nov 11 14:40:45 2014 +0000
Committer: Robert Gemmell <[email protected]>
Committed: Tue Nov 11 16:29:46 2014 +0000

----------------------------------------------------------------------
 .../src/test/java/org/apache/qpid/jms/joram/JoramJmsTest.java     | 3 +--
 .../org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java    | 2 --
 2 files changed, 1 insertion(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/109b4022/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/joram/JoramJmsTest.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/joram/JoramJmsTest.java
 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/joram/JoramJmsTest.java
index 505010e..3e59b69 100644
--- 
a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/joram/JoramJmsTest.java
+++ 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/joram/JoramJmsTest.java
@@ -54,8 +54,7 @@ public class JoramJmsTest extends TestCase {
         suite.addTestSuite(SelectorTest.class);
         suite.addTestSuite(MessageHeaderTest.class);
         suite.addTestSuite(TemporaryTopicTest.class);
-// Disable temporarily due to anonymous producer work.
-//      suite.addTestSuite(TemporaryQueueTest.class);
+        suite.addTestSuite(TemporaryQueueTest.class);
         suite.addTestSuite(TopicConnectionTest.class);
         suite.addTestSuite(ConnectionTest.class);
         suite.addTestSuite(MessageBodyTest.class);

http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/109b4022/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java
 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java
index 596d67e..301018e 100644
--- 
a/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java
+++ 
b/qpid-jms-interop-tests/qpid-jms-activemq-tests/src/test/java/org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java
@@ -31,13 +31,11 @@ import javax.jms.Session;
 import org.apache.activemq.broker.jmx.QueueViewMBean;
 import org.apache.qpid.jms.support.AmqpTestSupport;
 import org.apache.qpid.jms.util.StopWatch;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
  * Test JMS Anonymous Producer functionality.
  */
-@Ignore //TODO: Disabling until client updates and dependent broker changes 
are complete
 public class JmsAnonymousProducerTest extends AmqpTestSupport {
 
     @Test(timeout = 60000)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to