diff options
Diffstat (limited to 'test/org/traccar/protocol/AppletProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AppletProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/AppletProtocolDecoderTest.java b/test/org/traccar/protocol/AppletProtocolDecoderTest.java index ebe489b57..ad13c60f6 100644 --- a/test/org/traccar/protocol/AppletProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AppletProtocolDecoderTest.java @@ -10,7 +10,7 @@ public class AppletProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - AppletProtocolDecoder decoder = new AppletProtocolDecoder(new AppletProtocol()); + AppletProtocolDecoder decoder = new AppletProtocolDecoder(null); DefaultHttpHeaders headers = new DefaultHttpHeaders(); |