You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by ro...@apache.org on 2017/05/08 11:04:06 UTC

[2/2] qpid-jms git commit: NO-JIRA: remove comment that no longer applies

NO-JIRA: remove comment that no longer applies


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

Branch: refs/heads/master
Commit: 310f719dd6b4a09e488d4d0d7ceecce84d85565b
Parents: 1c9d9b4
Author: Robert Gemmell <ro...@apache.org>
Authored: Mon May 8 12:03:21 2017 +0100
Committer: Robert Gemmell <ro...@apache.org>
Committed: Mon May 8 12:03:21 2017 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/jms/integration/ConsumerIntegrationTest.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-jms/blob/310f719d/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConsumerIntegrationTest.java
----------------------------------------------------------------------
diff --git a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConsumerIntegrationTest.java b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConsumerIntegrationTest.java
index 25d6e45..0677cca 100644
--- a/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConsumerIntegrationTest.java
+++ b/qpid-jms-client/src/test/java/org/apache/qpid/jms/integration/ConsumerIntegrationTest.java
@@ -1091,7 +1091,7 @@ public class ConsumerIntegrationTest extends QpidJmsTestCase {
 
         final int recoverCount = 5;
         final int messageCount = 8;
-        final int testPayloadLength = 255; // Don't go over 255, Proton <= 0.16.0 issue affecting the test[ only].
+        final int testPayloadLength = 255;
         String payload = new String(new byte[testPayloadLength], StandardCharsets.UTF_8);
 
         try (TestAmqpPeer testPeer = new TestAmqpPeer();) {


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