diff options
Diffstat (limited to 'test/org/traccar/protocol/ProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/ProtocolDecoderTest.java | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/test/org/traccar/protocol/ProtocolDecoderTest.java b/test/org/traccar/protocol/ProtocolDecoderTest.java deleted file mode 100644 index 1b73220d1..000000000 --- a/test/org/traccar/protocol/ProtocolDecoderTest.java +++ /dev/null @@ -1,15 +0,0 @@ -package org.traccar.protocol; - -import org.traccar.Context; -import org.traccar.helper.TestIdentityManager; - -public class ProtocolDecoderTest { - - static { - try { - Context.init(new TestIdentityManager()); - } catch(Exception error) { - } - } - -} |