Repository: qpid-jms
Updated Branches:
  refs/heads/master b0a296656 -> b3ef44d10


enable test now that DataImpl from Proton has been updated to handle the 
Coordinator target capabilities Symbol array


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

Branch: refs/heads/master
Commit: ec7f39818f0ef3de631513d7f455501dac04706e
Parents: b0a2966
Author: Robert Gemmell <[email protected]>
Authored: Fri Nov 14 15:52:43 2014 +0000
Committer: Robert Gemmell <[email protected]>
Committed: Fri Nov 14 15:52:57 2014 +0000

----------------------------------------------------------------------
 .../org/apache/qpid/jms/integration/ConnectionIntegrationTest.java | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/ec7f3981/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConnectionIntegrationTest.java
----------------------------------------------------------------------
diff --git 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConnectionIntegrationTest.java
 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConnectionIntegrationTest.java
index 6ebc02a..1e05ce3 100644
--- 
a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConnectionIntegrationTest.java
+++ 
b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConnectionIntegrationTest.java
@@ -30,7 +30,6 @@ import javax.jms.Session;
 import org.apache.qpid.jms.test.QpidJmsTestCase;
 import org.apache.qpid.jms.test.testpeer.TestAmqpPeer;
 import org.apache.qpid.jms.test.testpeer.matchers.CoordinatorMatcher;
-import org.junit.Ignore;
 import org.junit.Test;
 
 // TODO find a way to make the test abort immediately if the TestAmqpPeer 
throws an exception
@@ -57,7 +56,6 @@ public class ConnectionIntegrationTest extends 
QpidJmsTestCase {
     }
 
     @Test(timeout=5000)
-    @Ignore // TODO: fails because DataImpl used to encode the TestPeer output 
can't encode arrays yet
     public void testCreateTransactedSession() throws Exception {
         try (TestAmqpPeer testPeer = new 
TestAmqpPeer(IntegrationTestFixture.PORT);) {
             Connection connection = testFixture.establishConnecton(testPeer);


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

Reply via email to