diff options
Diffstat (limited to 'test/org/traccar/protocol/GalileoProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/GalileoProtocolDecoderTest.java | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/org/traccar/protocol/GalileoProtocolDecoderTest.java b/test/org/traccar/protocol/GalileoProtocolDecoderTest.java index 32836bce2..385b6a881 100644 --- a/test/org/traccar/protocol/GalileoProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GalileoProtocolDecoderTest.java @@ -1,5 +1,6 @@ package org.traccar.protocol; +import org.traccar.helper.TestDataManager; import java.nio.ByteOrder; import org.jboss.netty.buffer.ChannelBuffers; import static org.junit.Assert.assertNull; |