diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2014-01-11 11:39:18 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2014-01-11 11:39:18 +1300 |
commit | e357f5f9cd877c7ee79f950582e2d360080ef7ab (patch) | |
tree | 751196b33d203402a85603cea2b6c36a0288afa4 /test/org | |
parent | 12659dd920eb1ebf72c377f5075902539d7c4fc3 (diff) | |
download | trackermap-server-e357f5f9cd877c7ee79f950582e2d360080ef7ab.tar.gz trackermap-server-e357f5f9cd877c7ee79f950582e2d360080ef7ab.tar.bz2 trackermap-server-e357f5f9cd877c7ee79f950582e2d360080ef7ab.zip |
Extend T55 protocol
Diffstat (limited to 'test/org')
-rw-r--r-- | test/org/traccar/protocol/T55ProtocolDecoderTest.java | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/T55ProtocolDecoderTest.java b/test/org/traccar/protocol/T55ProtocolDecoderTest.java index e690a7caa..791816f29 100644 --- a/test/org/traccar/protocol/T55ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T55ProtocolDecoderTest.java @@ -34,6 +34,9 @@ public class T55ProtocolDecoderTest { verify(decoder.decode(null, null, "$GPRMA,V,0000.00,S,00000.00,E,,,00.0,000.,11.,E*7")); + + verify(decoder.decode(null, null, + "$TRCCR,20140101001122.333,V,60.0,-100.0,1.1,2.2,3.3,4.4,*00")); } |