From 59416923dcb3a756eaf532cc4259f2f6625c0762 Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Sun, 31 Mar 2019 22:35:39 -0700 Subject: Convert project to gradle --- .../protocol/NavigilProtocolDecoderTest.java | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 test/org/traccar/protocol/NavigilProtocolDecoderTest.java (limited to 'test/org/traccar/protocol/NavigilProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/NavigilProtocolDecoderTest.java b/test/org/traccar/protocol/NavigilProtocolDecoderTest.java deleted file mode 100644 index 2db4afbf2..000000000 --- a/test/org/traccar/protocol/NavigilProtocolDecoderTest.java +++ /dev/null @@ -1,21 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class NavigilProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - NavigilProtocolDecoder decoder = new NavigilProtocolDecoder(null); - - verifyNull(decoder, binary( - "01004300040020000000f60203080200e7cd0f510c0000003b00000000000000")); - - verifyPosition(decoder, binary( - "0100b3000f0024000000f4a803080200ca0c1151ef8885f0b82e6d130400c00403000000")); - - } - -} -- cgit v1.2.3