diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/HomtecsProtocolDecoderTest.java | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/HomtecsProtocolDecoderTest.java b/test/org/traccar/protocol/HomtecsProtocolDecoderTest.java index 5b70453e0..7852fb0e3 100644 --- a/test/org/traccar/protocol/HomtecsProtocolDecoderTest.java +++ b/test/org/traccar/protocol/HomtecsProtocolDecoderTest.java @@ -10,6 +10,12 @@ public class HomtecsProtocolDecoderTest extends ProtocolTest { HomtecsProtocolDecoder decoder = new HomtecsProtocolDecoder(new HomtecsProtocol()); + verifyNothing(decoder, text( + "MDS0001_R6d1821f7,170323,143601.00,04,,,,,,,,,")); + + verifyPosition(decoder, text( + "MDS0001_R6d1821f7,170323,143621.00,06,5105.29914,N,11400.52675,W,0.223,198.41,1,2.12,1042.3")); + verifyPosition(decoder, text( "strommabus939_R01272028,160217,191003.00,06,5540.12292,N,01237.49814,E,0.391,,1,1.27,1.2")); |