summaryrefslogtreecommitdiff
path: root/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java')
-rw-r--r--java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java b/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java
index 63696515c6..51f3ce1113 100644
--- a/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java
+++ b/java/common/src/test/java/org/apache/qpid/codec/AMQDecoderTest.java
@@ -47,7 +47,7 @@ public class AMQDecoderTest extends TestCase
public void setUp()
{
_methodProcessor = new FrameCreatingMethodProcessor(ProtocolVersion.v0_91);
- _decoder = new AMQDecoder(false, _methodProcessor);
+ _decoder = new ClientDecoder(_methodProcessor);
}