From 3b22616657de7a1031aab206949fdc148874c0d7 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Wed, 19 Aug 2015 10:40:32 +1200 Subject: Add another KHD unit test --- test/org/traccar/protocol/KhdProtocolDecoderTest.java | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test') diff --git a/test/org/traccar/protocol/KhdProtocolDecoderTest.java b/test/org/traccar/protocol/KhdProtocolDecoderTest.java index 2a92e3f6c..7bab7b2e8 100644 --- a/test/org/traccar/protocol/KhdProtocolDecoderTest.java +++ b/test/org/traccar/protocol/KhdProtocolDecoderTest.java @@ -38,6 +38,9 @@ public class KhdProtocolDecoderTest extends ProtocolDecoderTest { verify(decoder.decode(null, null, ChannelBuffers.wrappedBuffer(ChannelBufferTools.convertHexString( "292980002822836665140825142037045343770193879200000050ffff000082fc000004b0780b170000002a0d")))); + verify(decoder.decode(null, null, ChannelBuffers.wrappedBuffer(ChannelBufferTools.convertHexString( + "292980002802425349120811032137022373011140211100000334FFFF000082FC0000001E780913000034DF0D")))); + } } -- cgit v1.2.3