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 2017/10/03 12:03:31 UTC

[2/2] qpid-broker-j git commit: QPID-7946: Ensure that ProtocolNegotiationTest continues to send heartbeats for AMQP 0-9 and 0-91 (Fixes defect added by 526019c750fed803ccd16a01177009cc0bfee1ff)

QPID-7946: Ensure that ProtocolNegotiationTest continues to send heartbeats for AMQP 0-9 and 0-91 (Fixes defect added by 526019c750fed803ccd16a01177009cc0bfee1ff)


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/9f92eedd
Tree: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/tree/9f92eedd
Diff: http://git-wip-us.apache.org/repos/asf/qpid-broker-j/diff/9f92eedd

Branch: refs/heads/master
Commit: 9f92eedde466217d013e6fb9ac1aa8c3568d1e74
Parents: 2382c69
Author: Keith Wall <kw...@apache.org>
Authored: Tue Oct 3 12:36:32 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Tue Oct 3 12:36:32 2017 +0100

----------------------------------------------------------------------
 .../java/org/apache/qpid/transport/ProtocolNegotiationTest.java    | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/9f92eedd/systests/src/test/java/org/apache/qpid/transport/ProtocolNegotiationTest.java
----------------------------------------------------------------------
diff --git a/systests/src/test/java/org/apache/qpid/transport/ProtocolNegotiationTest.java b/systests/src/test/java/org/apache/qpid/transport/ProtocolNegotiationTest.java
index dcffc95..b06eb3e 100644
--- a/systests/src/test/java/org/apache/qpid/transport/ProtocolNegotiationTest.java
+++ b/systests/src/test/java/org/apache/qpid/transport/ProtocolNegotiationTest.java
@@ -311,7 +311,7 @@ public class ProtocolNegotiationTest extends QpidBrokerTestCase
             ServerDisassembler serverDisassembler = new ServerDisassembler(sender, Frame.HEADER_SIZE + 1);
             serverDisassembler.command(null, heartbeat);
         }
-        else if(isBroker08())
+        else if(isBrokerPre010())
         {
             HeartbeatBody.FRAME.writePayload(sender);
         }


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