From 663231ec30ed41d60ef352e89ea61e9eb2b735c2 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sat, 9 Jan 2016 11:34:42 +1300 Subject: Merge AutoFon and AutoFon45 protocols --- .../protocol/AutoFon45ProtocolDecoderTest.java | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java (limited to 'test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java b/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java deleted file mode 100644 index 2b4154b27..000000000 --- a/test/org/traccar/protocol/AutoFon45ProtocolDecoderTest.java +++ /dev/null @@ -1,25 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - - -public class AutoFon45ProtocolDecoderTest extends ProtocolTest { - @Test - public void testDecode() throws Exception { - AutoFon45ProtocolDecoder decoder = new AutoFon45ProtocolDecoder(new AutoFon45Protocol()); - - verifyNothing(decoder, binary( - "41035151305289931441139602662095148807")); - - verifyNothing(decoder, binary( - "41032125656985547543619173484002123481")); - - verifyPosition(decoder, binary( - "023E00001E004D411EFA01772F185285009C48041F1E366C2961380F26B10B00911C"), - position("2010-01-27 04:00:08.000", true, 54.73838, 56.10343)); - - verifyPosition(decoder, binary( - "023E00001E004D411EFA01772F185285009C48041F1E366C2961380F26B10B00911C")); - } -} -- cgit v1.2.3