From b178144f7759841f1fe5310d7dd4d93c8040ee6f Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 9 Jan 2016 10:00:45 +1300 Subject: Add T800x protocol message samples --- test/org/traccar/protocol/T800xProtocolDecoderTest.java | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'test/org/traccar/protocol/T800xProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/T800xProtocolDecoderTest.java b/test/org/traccar/protocol/T800xProtocolDecoderTest.java index 7cbf62ea8..05e9365df 100644 --- a/test/org/traccar/protocol/T800xProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800xProtocolDecoderTest.java @@ -10,6 +10,15 @@ public class T800xProtocolDecoderTest extends ProtocolTest { T800xProtocolDecoder decoder = new T800xProtocolDecoder(new T800xProtocol()); + verifyNothing(decoder, binary( + "232301001500000880316890202968140197625020")); + + verifyNothing(decoder, binary( + "232303000f00000880316890202968")); + + verifyPosition(decoder, binary( + "232302004200000880316890202968001e02582d00000000000000050000320000018901920000001dc1e2001601081154255d0202005a0053875a00a57e5a00af80")); + verifyNothing(decoder, binary( "232301001500020357367031063979150208625010")); -- cgit v1.2.3