diff options
author | nativbarak <nativ@globekeeper.com> | 2018-04-29 13:01:42 +0300 |
---|---|---|
committer | nativbarak <nativ@globekeeper.com> | 2018-04-29 13:01:42 +0300 |
commit | d4fb7c70ffdba90e11914cb25a38955f0d50fd42 (patch) | |
tree | 9944a3ec9890f26094c79ebd130d53b8853889b3 /test/org/traccar/protocol | |
parent | 8ca988c3381b10eeb0939b05ba1cc3e49c7cc8ed (diff) | |
download | trackermap-server-d4fb7c70ffdba90e11914cb25a38955f0d50fd42.tar.gz trackermap-server-d4fb7c70ffdba90e11914cb25a38955f0d50fd42.tar.bz2 trackermap-server-d4fb7c70ffdba90e11914cb25a38955f0d50fd42.zip |
Fixed camel case and added neccasery info
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/AustinNbProtocolDecoderTest.java (renamed from test/org/traccar/protocol/AustinProtocolDecoderTest.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/AustinProtocolDecoderTest.java b/test/org/traccar/protocol/AustinNbProtocolDecoderTest.java index 6d59357fb..30291bd2f 100644 --- a/test/org/traccar/protocol/AustinProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AustinNbProtocolDecoderTest.java @@ -3,12 +3,12 @@ package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; -public class AustinNBProtocolDecoderTest extends ProtocolTest { +public class AustinNbProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - AustinNBProtocolDecoder decoder = new AustinNBProtocolDecoder(new AustinNBProtocol()); + AustinNbProtocolDecoder decoder = new AustinNbProtocolDecoder(new AustinNbProtocol()); verifyPosition(decoder, text( "48666666666;2017-01-01 16:31:01;52,1133308410645;21,1000003814697;310;120;2292;1")); |