diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-01 18:41:40 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-11-01 18:41:40 +1300 |
commit | bf57bcad19ff56a6c96b1436356fc30beabd3eeb (patch) | |
tree | fd07225df8a58befea685d1150ba8efc6b1658a2 /test | |
parent | 966082dc8f7068e74a439f98c4f668f63f37e35f (diff) | |
download | trackermap-server-bf57bcad19ff56a6c96b1436356fc30beabd3eeb.tar.gz trackermap-server-bf57bcad19ff56a6c96b1436356fc30beabd3eeb.tar.bz2 trackermap-server-bf57bcad19ff56a6c96b1436356fc30beabd3eeb.zip |
Rename T800X decoder classes
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/T800xProtocolDecoderTest.java (renamed from test/org/traccar/protocol/T800XProtocolDecoderTest.java) | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/test/org/traccar/protocol/T800XProtocolDecoderTest.java b/test/org/traccar/protocol/T800xProtocolDecoderTest.java index 091562a73..7bb149ae6 100644 --- a/test/org/traccar/protocol/T800XProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800xProtocolDecoderTest.java @@ -5,15 +5,12 @@ import org.jboss.netty.buffer.ChannelBuffers; import org.junit.Test; import org.traccar.helper.ChannelBufferTools; -/** - * Created by Ankit on 21-10-2015. - */ -public class T800XProtocolDecoderTest extends TestCase { +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")))); |