aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/ProgressProtocolDecoderTest.java
diff options
context:
space:
mode:
Diffstat (limited to 'test/org/traccar/protocol/ProgressProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/ProgressProtocolDecoderTest.java6
1 files changed, 2 insertions, 4 deletions
diff --git a/test/org/traccar/protocol/ProgressProtocolDecoderTest.java b/test/org/traccar/protocol/ProgressProtocolDecoderTest.java
index 26c54b974..3a326513b 100644
--- a/test/org/traccar/protocol/ProgressProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/ProgressProtocolDecoderTest.java
@@ -1,14 +1,12 @@
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;
import java.nio.ByteOrder;
-public class ProgressProtocolDecoderTest extends ProtocolDecoderTest {
+public class ProgressProtocolDecoderTest extends ProtocolTest {
@Test
public void testDecode() throws Exception {