You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ta...@apache.org on 2014/02/10 23:03:51 UTC

git commit: Enable some of the NIO joram tests so we can get an idea of what the state of things is now that Proton and QPid client's are updated.

Updated Branches:
  refs/heads/trunk 301866d15 -> 42d006f2b


Enable some of the NIO joram tests so we can get an idea of what the
state of things is now that Proton and QPid client's are updated. 

Project: http://git-wip-us.apache.org/repos/asf/activemq/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq/commit/42d006f2
Tree: http://git-wip-us.apache.org/repos/asf/activemq/tree/42d006f2
Diff: http://git-wip-us.apache.org/repos/asf/activemq/diff/42d006f2

Branch: refs/heads/trunk
Commit: 42d006f2b67278c799d5103683b75f365743a674
Parents: 301866d
Author: Timothy Bish <ta...@gmai.com>
Authored: Mon Feb 10 17:03:49 2014 -0500
Committer: Timothy Bish <ta...@gmai.com>
Committed: Mon Feb 10 17:03:49 2014 -0500

----------------------------------------------------------------------
 .../transport/amqp/joram/JoramJmsNioTest.java   | 31 ++++++++++----------
 1 file changed, 16 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq/blob/42d006f2/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/joram/JoramJmsNioTest.java
----------------------------------------------------------------------
diff --git a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/joram/JoramJmsNioTest.java b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/joram/JoramJmsNioTest.java
index 78a2965..afdc007 100644
--- a/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/joram/JoramJmsNioTest.java
+++ b/activemq-amqp/src/test/java/org/apache/activemq/transport/amqp/joram/JoramJmsNioTest.java
@@ -43,24 +43,25 @@ import org.objectweb.jtests.jms.conform.topic.TemporaryTopicTest;
 @RunWith(Suite.class)
 @Suite.SuiteClasses({
     // TopicSessionTest.class,    // Hangs, see https://issues.apache.org/jira/browse/PROTON-154
-    MessageHeaderTest.class
+    MessageHeaderTest.class,
     // QueueBrowserTest.class,  // https://issues.apache.org/jira/browse/AMQ-4641
-    //MessageTypeTest.class,
+    MessageTypeTest.class,
     // UnifiedSessionTest.class,  // https://issues.apache.org/jira/browse/AMQ-4375
-    //TemporaryTopicTest.class,
-    //TopicConnectionTest.class,
-    //SelectorSyntaxTest.class,
-    //QueueSessionTest.class,
-    //SelectorTest.class,
-    //TemporaryQueueTest.class,
-    //ConnectionTest.class,
-    //SessionTest.class,
-    //JMSXPropertyTest.class,
-    //MessageBodyTest.class,
-    //MessageDefaultTest.class,
-    //MessagePropertyConversionTest.class,
-    //MessagePropertyTest.class
+    TemporaryTopicTest.class,
+    TopicConnectionTest.class,
+    SelectorSyntaxTest.class,
+    QueueSessionTest.class,
+    SelectorTest.class,
+    TemporaryQueueTest.class,
+    ConnectionTest.class,
+    SessionTest.class,
+    JMSXPropertyTest.class,
+    MessageBodyTest.class,
+    MessageDefaultTest.class,
+    MessagePropertyConversionTest.class,
+    MessagePropertyTest.class
 })
+
 public class JoramJmsNioTest {
     @Rule
     public Timeout timeout = new Timeout(10 * 1000);