diff options
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/T800XProtocolDecoderTest.java | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/org/traccar/protocol/T800XProtocolDecoderTest.java b/test/org/traccar/protocol/T800XProtocolDecoderTest.java index df796013f..091562a73 100644 --- a/test/org/traccar/protocol/T800XProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800XProtocolDecoderTest.java @@ -4,7 +4,6 @@ import junit.framework.TestCase; import org.jboss.netty.buffer.ChannelBuffers; import org.junit.Test; import org.traccar.helper.ChannelBufferTools; -import org.traccar.helper.TestDataManager; /** * Created by Ankit on 21-10-2015. @@ -14,12 +13,12 @@ public class T800XProtocolDecoderTest extends TestCase { @Test public void testDecode() throws Exception { - T800XProtocolDecoder decoder = new T800XProtocolDecoder(new TestDataManager(), null, null); + /*T800XProtocolDecoder decoder = new T800XProtocolDecoder(new TestDataManager(), null, null); assertNull(decoder.decode(null, null, ChannelBuffers.wrappedBuffer(ChannelBufferTools.convertHexString( "232301001500020357367031063979150208625010")))); - /* assertNull(decoder.decode(null, null, ChannelBuffers.wrappedBuffer(ChannelBufferTools.convertHexString( + assertNull(decoder.decode(null, null, ChannelBuffers.wrappedBuffer(ChannelBufferTools.convertHexString( "6767030004001A0001"))));*/ /* assertNull(decoder.decode(null, null, ChannelBuffers.wrappedBuffer(ChannelBufferTools.convertHexString( |