diff options
Diffstat (limited to 'test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java b/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java index fc3116577..a8888c48c 100644 --- a/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GpsMarkerProtocolDecoderTest.java @@ -1,10 +1,10 @@ package org.traccar.protocol; import org.junit.Test; -import org.traccar.ProtocolDecoderTest; +import org.traccar.ProtocolTest; -public class GpsMarkerProtocolDecoderTest extends ProtocolDecoderTest { +public class GpsMarkerProtocolDecoderTest extends ProtocolTest { @Test public void testDecode() throws Exception { |