diff options
author | nativbarak <nativ@globekeeper.com> | 2018-04-12 19:11:55 +0300 |
---|---|---|
committer | nativbarak <nativ@globekeeper.com> | 2018-04-12 19:11:55 +0300 |
commit | 8ca988c3381b10eeb0939b05ba1cc3e49c7cc8ed (patch) | |
tree | da534ffeca41ca558fb8664b7403eccd5f33ae44 /test | |
parent | 617393cf9f052298f7fb35f0c58138c87a6dd5c3 (diff) | |
download | trackermap-server-8ca988c3381b10eeb0939b05ba1cc3e49c7cc8ed.tar.gz trackermap-server-8ca988c3381b10eeb0939b05ba1cc3e49c7cc8ed.tar.bz2 trackermap-server-8ca988c3381b10eeb0939b05ba1cc3e49c7cc8ed.zip |
Fixed wrong order of input, unused import and changed name of protocol
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/AustinProtocolDecoderTest.java (renamed from test/org/traccar/protocol/GlobeKeeperProtocolDecoderTest.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/GlobeKeeperProtocolDecoderTest.java b/test/org/traccar/protocol/AustinProtocolDecoderTest.java index 918fd9083..6d59357fb 100644 --- a/test/org/traccar/protocol/GlobeKeeperProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AustinProtocolDecoderTest.java @@ -3,12 +3,12 @@ package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; -public class GlobeKeeperProtocolDecoderTest extends ProtocolTest { +public class AustinNBProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - GlobeKeeperProtocolDecoder decoder = new GlobeKeeperProtocolDecoder(new GlobeKeeperProtocol()); + AustinNBProtocolDecoder decoder = new AustinNBProtocolDecoder(new AustinNBProtocol()); verifyPosition(decoder, text( "48666666666;2017-01-01 16:31:01;52,1133308410645;21,1000003814697;310;120;2292;1")); |