diff options
Diffstat (limited to 'test/org/traccar/protocol/TrackboxProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/TrackboxProtocolDecoderTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java b/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java index 7319bb329..eb26532b0 100644 --- a/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java +++ b/test/org/traccar/protocol/TrackboxProtocolDecoderTest.java @@ -10,8 +10,7 @@ public class TrackboxProtocolDecoderTest { @Test public void testDecode() throws Exception { - TrackboxProtocolDecoder decoder = new TrackboxProtocolDecoder(null); - decoder.setDataManager(new TestDataManager()); + TrackboxProtocolDecoder decoder = new TrackboxProtocolDecoder(new TestDataManager(), null, null); assertNull(decoder.decode(null, null, "a=connect&v=11&i=111111111111111")); |