diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-06-06 11:47:53 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-06-06 11:47:53 +1200 |
commit | 926873438a66abcbaa204884970663e70b6882f8 (patch) | |
tree | 071983935fd47d36269d0ec75b4781f787667a2b /test/org/traccar | |
parent | 16ebb921e416e94cb9e01340d38c7071882dd65f (diff) | |
download | trackermap-server-926873438a66abcbaa204884970663e70b6882f8.tar.gz trackermap-server-926873438a66abcbaa204884970663e70b6882f8.tar.bz2 trackermap-server-926873438a66abcbaa204884970663e70b6882f8.zip |
Modify Visiontek regex pattern
Diffstat (limited to 'test/org/traccar')
-rw-r--r-- | test/org/traccar/protocol/VisiontekProtocolDecoderTest.java | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java b/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java index 3eb1045a7..19e9b3287 100644 --- a/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java +++ b/test/org/traccar/protocol/VisiontekProtocolDecoderTest.java @@ -1,9 +1,8 @@ package org.traccar.protocol; -import org.traccar.helper.TestDataManager; -import static org.traccar.helper.DecoderVerifier.verify; import static org.junit.Assert.assertNull; import org.junit.Test; +import static org.traccar.helper.DecoderVerifier.verify; public class VisiontekProtocolDecoderTest extends ProtocolDecoderTest { @@ -11,6 +10,9 @@ public class VisiontekProtocolDecoderTest extends ProtocolDecoderTest { public void testDecode() throws Exception { VisiontekProtocolDecoder decoder = new VisiontekProtocolDecoder(null); + + //verify(decoder.decode(null, null, + // "$1,AP116,05,06,15,11,48,32,1725.0460N,07824.5289E,0617,07,0,030,2091,0,0,0,1,1,1,1,20,00.0000,00.3820,00.0000,VAJRA V1.00,A#")); verify(decoder.decode(null, null, "$1,AP09BU9397,861785006462448,20,06,14,15,03,28,17267339N,078279407E,060.0,073,0550,11,0,1,0,0,1,1,26,A,0000000000")); |