enable test again now that underlying issue is resolved

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

Branch: refs/heads/master
Commit: 7777aa4a31a649c704ca77f0098d5d851259e66e
Parents: 9bd7e59
Author: Robert Gemmell <rob...@apache.org>
Authored: Fri Dec 19 19:48:14 2014 +0000
Committer: Robert Gemmell <rob...@apache.org>
Committed: Fri Dec 19 19:51:09 2014 +0000

----------------------------------------------------------------------
 .../org/apache/qpid/jms/producer/JmsAnonymousProducerTest.java  | 5 -----
 1 file changed, 5 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/7777aa4a/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 b9f2a1e..ff5db03 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
@@ -34,7 +34,6 @@ import org.apache.activemq.broker.jmx.QueueViewMBean;
 import org.apache.activemq.broker.jmx.TopicViewMBean;
 import org.apache.qpid.jms.support.AmqpTestSupport;
 import org.apache.qpid.jms.util.StopWatch;
-import org.junit.Ignore;
 import org.junit.Test;
 
 /**
@@ -73,13 +72,9 @@ public class JmsAnonymousProducerTest extends 
AmqpTestSupport {
         assertEquals(1, proxy.getQueueSize());
     }
 
-    @Ignore //TODO: enable this once destination type handling is fixed
     @Test(timeout = 60000)
     public void testAnonymousSendToTopic() throws Exception {
         connection = createAmqpConnection();
-        // Hack to check it works if we send the old annotation value the 
broker is currently aware of.
-        // AmqpProvider prov = (AmqpProvider) ((JmsConnection) 
connection).getProvider();
-        // prov.setUseByteDestinationTypeAnnotation(false);
         assertNotNull(connection);
         connection.start();
 


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@qpid.apache.org
For additional commands, e-mail: commits-h...@qpid.apache.org

Reply via email to