diff options
Diffstat (limited to 'test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java b/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java index 2f986155a..68a3dc8cf 100644 --- a/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java +++ b/test/org/traccar/protocol/GlobalSatProtocolDecoderTest.java @@ -10,8 +10,7 @@ public class GlobalSatProtocolDecoderTest { @Test public void testDecode() throws Exception { - GlobalSatProtocolDecoder decoder = new GlobalSatProtocolDecoder(null); - decoder.setDataManager(new TestDataManager()); + GlobalSatProtocolDecoder decoder = new GlobalSatProtocolDecoder(new TestDataManager()); assertNull(decoder.decode(null, null, "GSh,131826789036289,3,M,ea04*3d")); |