From 4a05b4c4810c430a286f43c2739d04004f90e053 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 15 Feb 2021 10:22:17 -0800 Subject: Use last known location --- src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java') diff --git a/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java b/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java index 566d66fd7..decd7fd38 100644 --- a/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java +++ b/src/test/java/org/traccar/protocol/FreematicsProtocolDecoderTest.java @@ -34,6 +34,9 @@ public class FreematicsProtocolDecoderTest extends ProtocolTest { verifyPositions(decoder, text( "1#0=68338,10D=79,30=1010,105=199,10C=4375,104=56,111=62,20=0;-1;95,10=6454200,A=-32.727482,B=150.150301,C=159,D=0,F=5,24=1250*7A")); + verifyAttributes(decoder, text( + "M0ZR4X0#0:566624,24:1246,20:0;0;0*D")); + verifyNull(decoder, text( "M0ZR4X0#DF=4208,SSI=-71,EV=1,TS=20866,ID=M0ZR4X0*9E")); -- cgit v1.2.3