aboutsummaryrefslogtreecommitdiff
path: root/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java
diff options
context:
space:
mode:
authorjon-stumpf <jon.stumpf@gmail.com>2014-10-21 15:00:55 -0400
committerjon-stumpf <jon.stumpf@gmail.com>2014-10-21 16:02:45 -0400
commit0d59336ac1fbe9934260e56811c3bcafa0aeaeca (patch)
tree57aea8c58bbd8d197d61e6b7013937c44f950de7 /test/org/traccar/protocol/TopflytechProtocolDecoderTest.java
parentf0790eba6f3194daf4677c27e8259f783aae3207 (diff)
downloadtraccar-server-0d59336ac1fbe9934260e56811c3bcafa0aeaeca.tar.gz
traccar-server-0d59336ac1fbe9934260e56811c3bcafa0aeaeca.tar.bz2
traccar-server-0d59336ac1fbe9934260e56811c3bcafa0aeaeca.zip
Updated BaseProtocolDecoder constructor to take three parameters (DataManager, String, Properties); Removed second constructor;
Diffstat (limited to 'test/org/traccar/protocol/TopflytechProtocolDecoderTest.java')
-rw-r--r--test/org/traccar/protocol/TopflytechProtocolDecoderTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java b/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java
index 3f84165bf..2e5d1b0af 100644
--- a/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java
+++ b/test/org/traccar/protocol/TopflytechProtocolDecoderTest.java
@@ -10,7 +10,7 @@ public class TopflytechProtocolDecoderTest {
@Test
public void testDecode() throws Exception {
- TopflytechProtocolDecoder decoder = new TopflytechProtocolDecoder(new TestDataManager());
+ TopflytechProtocolDecoder decoder = new TopflytechProtocolDecoder(new TestDataManager(), null, null);
verify(decoder.decode(null, null,
"(880316890094910BP00XG00b600000000L00074b54S00000000R0C0F0014000100f0130531152205A0706.1395S11024.0965E000.0251.25"));