diff options
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/AplicomProtocolDecoderTest.java | 3 | ||||
-rw-r--r-- | test/org/traccar/protocol/EnforaProtocolDecoderTest.java | 3 |
2 files changed, 0 insertions, 6 deletions
diff --git a/test/org/traccar/protocol/AplicomProtocolDecoderTest.java b/test/org/traccar/protocol/AplicomProtocolDecoderTest.java index 0aaf7e6df..d503e0201 100644 --- a/test/org/traccar/protocol/AplicomProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AplicomProtocolDecoderTest.java @@ -1,10 +1,7 @@ package org.traccar.protocol;
-import org.jboss.netty.buffer.ChannelBuffers;
import org.junit.Test;
import org.traccar.ProtocolDecoderTest;
-import org.traccar.helper.ChannelBufferTools;
-
public class AplicomProtocolDecoderTest extends ProtocolDecoderTest {
diff --git a/test/org/traccar/protocol/EnforaProtocolDecoderTest.java b/test/org/traccar/protocol/EnforaProtocolDecoderTest.java index ac5191b62..da1427611 100644 --- a/test/org/traccar/protocol/EnforaProtocolDecoderTest.java +++ b/test/org/traccar/protocol/EnforaProtocolDecoderTest.java @@ -1,10 +1,7 @@ package org.traccar.protocol; -import org.jboss.netty.buffer.ChannelBuffers; - import org.junit.Test; import org.traccar.ProtocolDecoderTest; -import org.traccar.helper.ChannelBufferTools; public class EnforaProtocolDecoderTest extends ProtocolDecoderTest { |