From c2fd8d145eb45ceb96fad3c84605e8c39adf81fe Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 6 Dec 2015 14:57:47 +1300 Subject: Combine decoder and encoder test utils --- test/org/traccar/protocol/CityeasyProtocolDecoderTest.java | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'test/org/traccar/protocol/CityeasyProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java b/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java index 7f39e5dd6..719703914 100644 --- a/test/org/traccar/protocol/CityeasyProtocolDecoderTest.java +++ b/test/org/traccar/protocol/CityeasyProtocolDecoderTest.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 CityeasyProtocolDecoderTest extends ProtocolDecoderTest { +public class CityeasyProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { -- cgit v1.2.3