diff options
Diffstat (limited to 'test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java b/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java index f739c6709..2b4154b27 100644 --- a/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java @@ -1,12 +1,10 @@ package org.traccar.protocol; -import org.jboss.netty.buffer.ChannelBuffers; import org.junit.Test; -import org.traccar.ProtocolDecoderTest; -import org.traccar.helper.ChannelBufferTools; +import org.traccar.ProtocolTest; -public class AutoFon45ProtocolDecoderTest extends ProtocolDecoderTest { +public class AutoFon45ProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { AutoFon45ProtocolDecoder decoder = new AutoFon45ProtocolDecoder(new AutoFon45Protocol()); |