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/EskyProtocolDecoderTest.java | 30 ---------------------- 1 file changed, 30 deletions(-) delete mode 100644 test/org/traccar/protocol/EskyProtocolDecoderTest.java (limited to 'test/org/traccar/protocol/EskyProtocolDecoderTest.java') diff --git a/test/org/traccar/protocol/EskyProtocolDecoderTest.java b/test/org/traccar/protocol/EskyProtocolDecoderTest.java deleted file mode 100644 index da7df0ab2..000000000 --- a/test/org/traccar/protocol/EskyProtocolDecoderTest.java +++ /dev/null @@ -1,30 +0,0 @@ -package org.traccar.protocol; - -import org.junit.Test; -import org.traccar.ProtocolTest; - -public class EskyProtocolDecoderTest extends ProtocolTest { - - @Test - public void testDecode() throws Exception { - - EskyProtocolDecoder decoder = new EskyProtocolDecoder(null); - - verifyPosition(decoder, text( - "EO;0;861311006461908;R;6;180420104751;2.97896;101.65091;0.75;320;3398;1;|")); - - verifyNull(decoder, text( - "EL;1;864906029196626;170822143426;")); - - verifyPosition(decoder, text( - "EO;0;864906029196626;R;7+170822143646+-26.10806+27.94600+0.40+0+0x1+0+102540+0+1242")); - - verifyPosition(decoder, text( - "EO;0;864906029196626;R;0+170808155352+0.00000+0.00000+0.00+0+0x1+0+0+0+1233")); - - verifyPosition(decoder, text( - "ET;1;014682000989425;R;0+171216001250+33.34405+-111.96682+0.00+0+0x1+0+25598+0+1257+0")); - - } - -} -- cgit v1.2.3