diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-02-21 11:04:48 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-02-21 11:04:48 +1300 |
commit | 63d3e629fd0b4d02b1885160e4289596cfd958c0 (patch) | |
tree | 61e0a0733a77a827f45d75dab57f9f07cc9e5979 /test/org/traccar/protocol | |
parent | 7eaf8d55da9b71d697c9307cbf79220df7a1535d (diff) | |
download | trackermap-server-63d3e629fd0b4d02b1885160e4289596cfd958c0.tar.gz trackermap-server-63d3e629fd0b4d02b1885160e4289596cfd958c0.tar.bz2 trackermap-server-63d3e629fd0b4d02b1885160e4289596cfd958c0.zip |
Rename telik protocol to telic
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/TelicProtocolDecoderTest.java (renamed from test/org/traccar/protocol/TelikProtocolDecoderTest.java) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/TelikProtocolDecoderTest.java b/test/org/traccar/protocol/TelicProtocolDecoderTest.java index 180ab1b3d..536875a2f 100644 --- a/test/org/traccar/protocol/TelikProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TelicProtocolDecoderTest.java @@ -3,12 +3,12 @@ package org.traccar.protocol; import org.junit.Test; import org.traccar.ProtocolTest; -public class TelikProtocolDecoderTest extends ProtocolTest { +public class TelicProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { - TelikProtocolDecoder decoder = new TelikProtocolDecoder(new TelikProtocol()); + TelicProtocolDecoder decoder = new TelicProtocolDecoder(new TelicProtocol()); verifyNothing(decoder, text( "0026436729|232|01|003002030")); |