diff options
| author | Robert Godfrey <rgodfrey@apache.org> | 2012-02-27 16:05:01 +0000 |
|---|---|---|
| committer | Robert Godfrey <rgodfrey@apache.org> | 2012-02-27 16:05:01 +0000 |
| commit | fd4963007c35cd1c8e3b3cc88366a685920001e1 (patch) | |
| tree | 88128615ff5846dcce9ce684230499e407ab431e /qpid/java/client/src/test | |
| parent | 1a7e18ae07ed88605daf3c0277632ce9269eef71 (diff) | |
| download | qpid-python-fd4963007c35cd1c8e3b3cc88366a685920001e1.tar.gz | |
QPID-792 : [Java Client] Validate queue browser selector on client side, not broker
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1294194 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/client/src/test')
| -rw-r--r-- | qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/TestAMQSession.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/TestAMQSession.java b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/TestAMQSession.java index 84d91ee57e..f199961b6f 100644 --- a/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/TestAMQSession.java +++ b/qpid/java/client/src/test/java/org/apache/qpid/test/unit/message/TestAMQSession.java @@ -145,7 +145,7 @@ public class TestAMQSession extends AMQSession_0_8 } public void sendQueueDeclare(AMQDestination amqd, AMQProtocolHandler protocolHandler, - boolean nowait) throws AMQException, FailoverException + boolean nowait, boolean passive) throws AMQException, FailoverException { } |
