diff options
Diffstat (limited to 'test/org/traccar/protocol/TzoneProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/TzoneProtocolDecoderTest.java | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/org/traccar/protocol/TzoneProtocolDecoderTest.java b/test/org/traccar/protocol/TzoneProtocolDecoderTest.java index 23a36172b..8d60bdfe4 100644 --- a/test/org/traccar/protocol/TzoneProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TzoneProtocolDecoderTest.java @@ -1,13 +1,10 @@ package org.traccar.protocol; -import org.jboss.netty.buffer.ChannelBuffers; - import static org.junit.Assert.assertNotNull; import org.junit.Test; -import org.traccar.ProtocolDecoderTest; -import org.traccar.helper.ChannelBufferTools; +import org.traccar.ProtocolTest; -public class TzoneProtocolDecoderTest extends ProtocolDecoderTest { +public class TzoneProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { |