diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-14 10:45:26 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2018-11-14 10:45:26 +1300 |
commit | ff6011468a3d2b24eb4e67412e777fdf262a6824 (patch) | |
tree | 0f611f6b29ae040b567a54681ed5e4cd22272995 /test/org/traccar/protocol | |
parent | 460f7e624281690bef0ca04ede190d8c6e1b9557 (diff) | |
download | trackermap-server-ff6011468a3d2b24eb4e67412e777fdf262a6824.tar.gz trackermap-server-ff6011468a3d2b24eb4e67412e777fdf262a6824.tar.bz2 trackermap-server-ff6011468a3d2b24eb4e67412e777fdf262a6824.zip |
Make ITS AIS140 format more flexible
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/ItsProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/ItsProtocolDecoderTest.java b/test/org/traccar/protocol/ItsProtocolDecoderTest.java index 3ab305b54..7aeb66b7b 100644 --- a/test/org/traccar/protocol/ItsProtocolDecoderTest.java +++ b/test/org/traccar/protocol/ItsProtocolDecoderTest.java @@ -11,6 +11,9 @@ public class ItsProtocolDecoderTest extends ProtocolTest { ItsProtocolDecoder decoder = new ItsProtocolDecoder(null); verifyPosition(decoder, text( + "$,A,MFR,7.0,NR,01,L,869026034780985,PJ09BU1234,1,12112018,121953,12.756974,N,077.800025,E,000.0,318.03,15,794.0,001.3,000.7,TAMIL NAD,0,1,13.08,04.13,0,O,22,404,80,0919,71C1,0919,7168,19,0919,71c3,17,0919,71c2,11,0919,7167,09,0011,00,000173,D8,000000.00,,,")); + + verifyPosition(decoder, text( "$,04,XYZ123,0.0.1,TA,16,L,861359034100626,MH12AB1234,1,14,10,2018,04,50,52,018.489624,N,073.855980,E,000.0,039.86,13,584.1,01.11,00.75,AIRTEL,1,1,00.0,4.1,1,C,15,404,90,0c23,781a,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,0000,1000,01,000005,13b75499,")); verifyNull(decoder, text( |