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 --- .../traccar/protocol/Tr900ProtocolDecoderTest.java | 25 ---------------------- 1 file changed, 25 deletions(-) delete mode 100644 test/org/traccar/protocol/Tr900ProtocolDecoderTest.java (limited to 'test/org/traccar/protocol/Tr900ProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/Tr900ProtocolDecoderTest.java b/test/org/traccar/protocol/Tr900ProtocolDecoderTest.java deleted file mode 100644 index 92fe0da29..000000000 --- a/test/org/traccar/protocol/Tr900ProtocolDecoderTest.java +++ /dev/null @@ -1,25 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class Tr900ProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - Tr900ProtocolDecoder decoder = new Tr900ProtocolDecoder(null); - - verifyPosition(decoder, text( - ">00001001,4,1,150626,131252,W05830.2978,S3137.2783,,00,348,18,00,003-000,0,3,11111011*3b!"), - position("2015-06-26 13:12:52.000", true, -31.62131, -58.50496)); - - verifyPosition(decoder, text( - ">12345678,1,1,070201,144111,W05829.2613,S3435.2313,,00,034,25,00,126-000,0,3,11111111*2d!")); - - verifyPosition(decoder, text( - ">00001001,4,1,150626,131252,W05830.2978,S3137.2783,,00,348,18,00,003-000,0,3,11111011*3b!\r\n")); - - } - -} -- cgit v1.2.3