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/OkoProtocolDecoderTest.java | 33 ---------------------- 1 file changed, 33 deletions(-) delete mode 100644 test/org/traccar/protocol/OkoProtocolDecoderTest.java (limited to 'test/org/traccar/protocol/OkoProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/OkoProtocolDecoderTest.java b/test/org/traccar/protocol/OkoProtocolDecoderTest.java deleted file mode 100644 index e2f72c161..000000000 --- a/test/org/traccar/protocol/OkoProtocolDecoderTest.java +++ /dev/null @@ -1,33 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class OkoProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - OkoProtocolDecoder decoder = new OkoProtocolDecoder(null); - - verifyPosition(decoder, text( - "{861694033681089,045403.00,A,4924.14181,N,03207.43787,E,0.080,,151117,07,0.00,01,24.8,1,02,5n4}")); - - verifyPosition(decoder, text( - "{045411.00,A,4924.14243,N,03207.43754,E,0.172,,151117,07,0.00,F9,28.1,2,C2,5n4}")); - - verifyPosition(decoder, text( - "{861001001016415,115031.000,A,4804.101180,N,02255.227002,E,4.121,111.0,211215,6,0.00,F7,13.6,1,00")); - - verifyPosition(decoder, text( - "{132810.000,A,4926.4243,N,03203.6831,E,25.0,183,131011,07,5.69,05,14.1,1,82,3N5")); - - verifyPosition(decoder, text( - "{115034.000,A,4804.098944,N,02255.233436,E,7.858,120.9,211215,7,0.00,F7,13.7,1,00")); - - verifyPosition(decoder, text( - "{115038.000,A,4804.091227,N,02255.250213,E,17.621,128.1,211215,8,0.00,00,13.7,2,00")); - - } - -} -- cgit v1.2.3