aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/GatorProtocolDecoderTest.java
diff options
context:
space:
mode:
authorninioe <ninioe@gmail.com>2016-08-04 09:51:40 +0300
committerninioe <ninioe@gmail.com>2016-08-04 09:51:40 +0300
commitb2613805e5de4b7d3755b063ad76d737e713616f (patch)
tree726c0c6effdeced9903b6b26ef0480047d2d179c /test/org/traccar/protocol/GatorProtocolDecoderTest.java
parent6f32f4a9460ff3be2823d7a133659d29bf057237 (diff)
parent41668cae9763a523c775a8a998620fe286176c9e (diff)
downloadtrackermap-server-b2613805e5de4b7d3755b063ad76d737e713616f.tar.gz
trackermap-server-b2613805e5de4b7d3755b063ad76d737e713616f.tar.bz2
trackermap-server-b2613805e5de4b7d3755b063ad76d737e713616f.zip
Merge remote-tracking branch 'refs/remotes/tananaev/master'
Diffstat (limited to 'test/org/traccar/protocol/GatorProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/GatorProtocolDecoderTest.java3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/GatorProtocolDecoderTest.java b/test/org/traccar/protocol/GatorProtocolDecoderTest.java
index cf65d0dc6..8541f14b2 100644
--- a/test/org/traccar/protocol/GatorProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/GatorProtocolDecoderTest.java
@@ -18,6 +18,9 @@ public class GatorProtocolDecoderTest extends ProtocolTest {
GatorProtocolDecoder decoder = new GatorProtocolDecoder(new GatorProtocol());
+ verifyAttributes(decoder, binary(
+ "2424800026364101b31608041108380273453415301532000000008000010000122800000124000000c40d"));
+
verifyNothing(decoder, binary(
"242421000658e3d851150d"));