You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@qpid.apache.org by or...@apache.org on 2017/12/14 11:22:23 UTC

qpid-broker-j git commit: QPID-8060: [Broker-J][AMQP 0-10] Fix protocol test

Repository: qpid-broker-j
Updated Branches:
  refs/heads/master 6e839776e -> ea3d78d49


QPID-8060: [Broker-J][AMQP 0-10] Fix protocol test


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

Branch: refs/heads/master
Commit: ea3d78d49c262686661acd5b4c3c785a104cbabc
Parents: 6e83977
Author: Alex Rudyy <or...@apache.org>
Authored: Thu Dec 14 11:22:04 2017 +0000
Committer: Alex Rudyy <or...@apache.org>
Committed: Thu Dec 14 11:22:04 2017 +0000

----------------------------------------------------------------------
 .../test/java/org/apache/qpid/tests/protocol/v0_10/QueueTest.java | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/qpid-broker-j/blob/ea3d78d4/systests/protocol-tests-amqp-0-10/src/test/java/org/apache/qpid/tests/protocol/v0_10/QueueTest.java
----------------------------------------------------------------------
diff --git a/systests/protocol-tests-amqp-0-10/src/test/java/org/apache/qpid/tests/protocol/v0_10/QueueTest.java b/systests/protocol-tests-amqp-0-10/src/test/java/org/apache/qpid/tests/protocol/v0_10/QueueTest.java
index b6a6fcf..f65111f 100644
--- a/systests/protocol-tests-amqp-0-10/src/test/java/org/apache/qpid/tests/protocol/v0_10/QueueTest.java
+++ b/systests/protocol-tests-amqp-0-10/src/test/java/org/apache/qpid/tests/protocol/v0_10/QueueTest.java
@@ -125,8 +125,7 @@ public class QueueTest extends BrokerAdminUsingTestBase
                                                      .consumeResponse()
                                                      .getLatestResponse(ExecutionException.class);
 
-            // TODO Specification says ExecutionErrorCode.NOT_FOUND must be used.
-            assertThat(response.getErrorCode(), is(equalTo(ExecutionErrorCode.ILLEGAL_ARGUMENT)));
+            assertThat(response.getErrorCode(), is(equalTo(ExecutionErrorCode.NOT_FOUND)));
         }
     }
 


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