You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by kw...@apache.org on 2018/05/03 11:56:13 UTC

qpid-broker-j git commit: NO-JIRA: Remove test exclusion related to QPID-7898

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master d2589bf40 -> 78f5671f2


NO-JIRA: Remove test exclusion related to QPID-7898


Project: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/repo
Commit: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/commit/78f5671f
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/78f5671f
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/78f5671f

Branch: refs/heads/master
Commit: 78f5671f2b87a11404d0d8d8521dd6c2b02da3ff
Parents: d2589bf
Author: Keith Wall <kw...@apache.org>
Authored: Thu May 3 12:53:27 2018 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Thu May 3 12:54:47 2018 +0100

----------------------------------------------------------------------
 .../qpid/systests/end_to_end_conversion/SimpleConversionTest.java | 3 ---
 1 file changed, 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/78f5671f/systests/end-to-end-conversion-tests/src/test/java/org/apache/qpid/systests/end_to_end_conversion/SimpleConversionTest.java
----------------------------------------------------------------------
diff --git a/systests/end-to-end-conversion-tests/src/test/java/org/apache/qpid/systests/end_to_end_conversion/SimpleConversionTest.java b/systests/end-to-end-conversion-tests/src/test/java/org/apache/qpid/systests/end_to_end_conversion/SimpleConversionTest.java
index 54f9806..08e869a 100644
--- a/systests/end-to-end-conversion-tests/src/test/java/org/apache/qpid/systests/end_to_end_conversion/SimpleConversionTest.java
+++ b/systests/end-to-end-conversion-tests/src/test/java/org/apache/qpid/systests/end_to_end_conversion/SimpleConversionTest.java
@@ -270,9 +270,6 @@ public class SimpleConversionTest extends EndToEndConversionTestBase
 
     private void performReplyToTest(final String replyToJndiName, final String consumeReplyToJndiName) throws Exception
     {
-        assumeTrue("This test is known to fail for pre 0-10 subscribers (QPID-7898)",
-                   EnumSet.of(Protocol.AMQP_0_10, Protocol.AMQP_1_0).contains(getSubscriberProtocolVersion()));
-
         final String correlationId = "testCorrelationId";
         final String destinationJndiName = QUEUE_JNDI_NAME;
 


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