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/05/17 10:01:26 UTC

[2/2] qpid-broker-j git commit: Revert "QPID-7775: Fix failing test"

Revert "QPID-7775: Fix failing test"

This reverts commit 9345d2d795b6a124906b8a0f8c68ab51a4b379cb.

This was the wrong change.  See QPID-7723 for correct fix.


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

Branch: refs/heads/master
Commit: 9e49b5d8589dee0403ae70ea0f6f847c782c8e97
Parents: cfb035e
Author: Keith Wall <kw...@apache.org>
Authored: Wed May 17 11:00:20 2017 +0100
Committer: Keith Wall <kw...@apache.org>
Committed: Wed May 17 11:00:20 2017 +0100

----------------------------------------------------------------------
 .../org/apache/qpid/server/protocol/v0_10/ServerSessionTest.java   | 2 --
 1 file changed, 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/9e49b5d8/broker-plugins/amqp-0-10-protocol/src/test/java/org/apache/qpid/server/protocol/v0_10/ServerSessionTest.java
----------------------------------------------------------------------
diff --git a/broker-plugins/amqp-0-10-protocol/src/test/java/org/apache/qpid/server/protocol/v0_10/ServerSessionTest.java b/broker-plugins/amqp-0-10-protocol/src/test/java/org/apache/qpid/server/protocol/v0_10/ServerSessionTest.java
index ca26e8a..c0dba92 100644
--- a/broker-plugins/amqp-0-10-protocol/src/test/java/org/apache/qpid/server/protocol/v0_10/ServerSessionTest.java
+++ b/broker-plugins/amqp-0-10-protocol/src/test/java/org/apache/qpid/server/protocol/v0_10/ServerSessionTest.java
@@ -40,7 +40,6 @@ import org.apache.qpid.server.model.Transport;
 import org.apache.qpid.server.model.VirtualHost;
 import org.apache.qpid.server.model.port.AmqpPort;
 import org.apache.qpid.server.model.BrokerTestHelper;
-import org.apache.qpid.server.protocol.v0_10.transport.Header;
 import org.apache.qpid.test.utils.QpidTestCase;
 import org.apache.qpid.server.protocol.v0_10.transport.Binary;
 import org.apache.qpid.server.protocol.v0_10.transport.ExecutionErrorCode;
@@ -131,7 +130,6 @@ public class ServerSessionTest extends QpidTestCase
 
         MessageTransfer xfr = new MessageTransfer();
         xfr.setBody(new byte[2048]);
-        xfr.setHeader(new Header(null, null));
         delegate.messageTransfer(session, xfr);
 
         assertFalse("No methods invoked - expecting at least 1", invokedMethods.isEmpty());


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