diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2017-07-15 12:05:36 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2017-07-15 12:05:36 +1200 |
commit | 7a17135f9b0b1ae127b9cb5ea4f29e0af98a813b (patch) | |
tree | 3e3f25b7076480baf988e0bd6159570786ac628a /test/org/traccar | |
parent | 1b4bcb2cef3f4e3907ed0820478f2f3cae245c7f (diff) | |
download | trackermap-server-7a17135f9b0b1ae127b9cb5ea4f29e0af98a813b.tar.gz trackermap-server-7a17135f9b0b1ae127b9cb5ea4f29e0af98a813b.tar.bz2 trackermap-server-7a17135f9b0b1ae127b9cb5ea4f29e0af98a813b.zip |
Extend eelink protocol decoder
Diffstat (limited to 'test/org/traccar')
-rw-r--r-- | test/org/traccar/protocol/EelinkProtocolDecoderTest.java | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/EelinkProtocolDecoderTest.java b/test/org/traccar/protocol/EelinkProtocolDecoderTest.java index 8aabf8375..46c85d89a 100644 --- a/test/org/traccar/protocol/EelinkProtocolDecoderTest.java +++ b/test/org/traccar/protocol/EelinkProtocolDecoderTest.java @@ -14,6 +14,18 @@ public class EelinkProtocolDecoderTest extends ProtocolTest { "676701000c007b03525440717505180104")); verifyPosition(decoder, binary( + "6767050022001F59643640000000000000000000000001CC0000249500142000015964A6C0006E")); + + verifyAttributes(decoder, binary( + "67670300040021006E")); + + verifyPosition(decoder, binary( + "676705002200255964369D000000000000000000000001CC0000249500142000025964A71D006A")); + + verifyAttributes(decoder, binary( + "67670300040028006A")); + + verifyPosition(decoder, binary( "676712002d066c592cca6803002631a60b22127700240046005c08020d000301af000da0fd12007f11ce05820000001899c0")); verifyPosition(decoder, binary( @@ -46,7 +58,7 @@ public class EelinkProtocolDecoderTest extends ProtocolTest { verifyNull(decoder, binary( "676701000b001b035418804661834901")); - verifyNull(decoder, binary( + verifyAttributes(decoder, binary( "6767030004001A0001")); verifyNull(decoder, binary( |