diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-05 11:59:04 +1200 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2015-07-05 11:59:04 +1200 |
commit | b1b22e5339d53f8b6eadb190432f4761f0380ff7 (patch) | |
tree | 06cfd5dd52ed59d89346341cad4b6fd21e37d7ec /test/org/traccar/protocol/AutoFonProtocolDecoderTest.java | |
parent | ccd93309bdcd282abb14e68b462c97960ccf2f96 (diff) | |
download | trackermap-server-b1b22e5339d53f8b6eadb190432f4761f0380ff7.tar.gz trackermap-server-b1b22e5339d53f8b6eadb190432f4761f0380ff7.tar.bz2 trackermap-server-b1b22e5339d53f8b6eadb190432f4761f0380ff7.zip |
Separate identity manager interface
Diffstat (limited to 'test/org/traccar/protocol/AutoFonProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/AutoFonProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java b/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java index 8fa323531..ea2fe481e 100644 --- a/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java +++ b/test/org/traccar/protocol/AutoFonProtocolDecoderTest.java @@ -3,7 +3,7 @@ package org.traccar.protocol; import org.jboss.netty.buffer.ChannelBuffers;
import org.junit.Test;
import org.traccar.helper.ChannelBufferTools;
-import org.traccar.helper.TestDataManager;
+import org.traccar.helper.TestIdentityManager;
import static org.junit.Assert.assertNull;
import static org.traccar.helper.DecoderVerifier.verify;
|