From 0cd2d9e4d78fd586f71027e4eab486b047a7383e Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Thu, 26 Mar 2020 20:51:13 -0700 Subject: Update binary frame decoding --- src/test/java/org/traccar/protocol/Gl200FrameDecoderTest.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/test/java/org/traccar/protocol/Gl200FrameDecoderTest.java') diff --git a/src/test/java/org/traccar/protocol/Gl200FrameDecoderTest.java b/src/test/java/org/traccar/protocol/Gl200FrameDecoderTest.java index e90c6495a..ed5e9d226 100644 --- a/src/test/java/org/traccar/protocol/Gl200FrameDecoderTest.java +++ b/src/test/java/org/traccar/protocol/Gl200FrameDecoderTest.java @@ -13,8 +13,8 @@ public class Gl200FrameDecoderTest extends ProtocolTest { Gl200FrameDecoder decoder = new Gl200FrameDecoder(); assertEquals( - binary("2b41434b017f244501010108676231303000000000ffff07e1070b03112d054dfe030d0a"), - decoder.decode(null, null, binary("2b41434b017f244501010108676231303000000000ffff07e1070b03112d054dfe030d0a"))); + binary("2b4c474e00ff0026fe110b07020106563454040d054905000007e4031911213905083abd0d0a"), + decoder.decode(null, null, binary("2b4c474e00ff0026fe110b07020106563454040d054905000007e4031911213905083abd0d0a"))); assertEquals( binary("2b4556540c00fc1fbf005c4501010108563254030003430564312a41090100000000003f007dff75a11a025c6a7807e1070a14041202680003189c1ac500000000000000000000000000000000000007e1070b041134054e5c6e0d0a"), -- cgit v1.2.3