diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-02-29 23:30:43 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-02-29 23:30:43 +1300 |
commit | ff905789b95be8e9b8901317c04ab0c32fbf627d (patch) | |
tree | c07fc91a90f40bd00dcbbb6719e4d848a1494b2c /test/org/traccar/protocol | |
parent | ed60fc9e4385284445252a2372711c3f402d3823 (diff) | |
download | trackermap-server-ff905789b95be8e9b8901317c04ab0c32fbf627d.tar.gz trackermap-server-ff905789b95be8e9b8901317c04ab0c32fbf627d.tar.bz2 trackermap-server-ff905789b95be8e9b8901317c04ab0c32fbf627d.zip |
Add starline M17 unit test case
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/AutoFonProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java b/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java index 4a0a42a7b..e971216a5 100644 --- a/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java @@ -12,6 +12,9 @@ public class AutoFonProtocolDecoderTest extends ProtocolTest { AutoFonProtocolDecoder decoder = new AutoFonProtocolDecoder(new AutoFonProtocol());
verifyNothing(decoder, binary(
+ "02080000251848470afa010262daa690013aa4046da83745f8812560df010001126a"));
+
+ verifyNothing(decoder, binary(
"10556103592310314825728F"));
verifyPosition(decoder, binary(
|