diff options
Diffstat (limited to 'test/org/traccar')
-rw-r--r-- | test/org/traccar/protocol/AuroProtocolDecoderTest.java (renamed from test/org/traccar/protocol/AuruProtocolDecoderTest.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/AuruProtocolDecoderTest.java b/test/org/traccar/protocol/AuroProtocolDecoderTest.java index 9c4dcf1bc..e9b13c57d 100644 --- a/test/org/traccar/protocol/AuruProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AuroProtocolDecoderTest.java @@ -3,12 +3,12 @@ package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; -public class AuruProtocolDecoderTest extends ProtocolTest { +public class AuroProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - AuruProtocolDecoder decoder = new AuruProtocolDecoder(new AuruProtocol()); + AuroProtocolDecoder decoder = new AuroProtocolDecoder(new AuroProtocol()); verifyPosition(decoder, text( "M0028T0000816398975I357325031465123E00001W*****110620150437000068DA#RD01DA240000000001+100408425+013756121100620152137231112240330004400")); |