diff options
author | williamchitto <williamchitto@gmail.com> | 2012-08-06 11:41:33 -0300 |
---|---|---|
committer | williamchitto <williamchitto@gmail.com> | 2012-08-06 11:41:33 -0300 |
commit | 8524c56fafb4a9da0a3c33f972b134e8c50c8489 (patch) | |
tree | 68828cc57a74fb94672a4879f4397ac5e678d094 /test/org/traccar/protocol/ST210ProtocolDecoderTest.java | |
parent | 5a80591e29ee7b05ed50737e3d5d6bb98c1f59a3 (diff) | |
parent | 07a1959bad3d024d79b10a98c306a6bb4385b5df (diff) | |
download | trackermap-server-8524c56fafb4a9da0a3c33f972b134e8c50c8489.tar.gz trackermap-server-8524c56fafb4a9da0a3c33f972b134e8c50c8489.tar.bz2 trackermap-server-8524c56fafb4a9da0a3c33f972b134e8c50c8489.zip |
Repo merged with upstream
Diffstat (limited to 'test/org/traccar/protocol/ST210ProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/ST210ProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/ST210ProtocolDecoderTest.java b/test/org/traccar/protocol/ST210ProtocolDecoderTest.java index a2ffe5bac..bd1e60ee1 100644 --- a/test/org/traccar/protocol/ST210ProtocolDecoderTest.java +++ b/test/org/traccar/protocol/ST210ProtocolDecoderTest.java @@ -48,7 +48,6 @@ public class ST210ProtocolDecoderTest { "localhost", 5010, "SA200STT;317652;042;20120718;15:37:12;16d41;-15.618755;-056.083241;000.024;000.00;8;1;41548;12.17;100000;2;1979"); - } /* @Test @@ -70,4 +69,5 @@ public class ST210ProtocolDecoderTest { null, "SA200STT;317652;042;20120722;00:24:23;16d41;-15.618767;-056.083214;000.011;000.00;11;1;41557;12.21;000000;1;3205")); }*/ + } |