aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorAnton Tananaev <anton.tananaev@gmail.com>2011-06-16 07:56:59 +0000
committerAnton Tananaev <anton.tananaev@gmail.com>2011-06-16 07:56:59 +0000
commit7bc80dc78894b2cbe241fcaea2838673150fcef1 (patch)
treedd5893fb7325f2e3966297dc60c01ca99e103f47 /test
parentdcbaac71303e606662c8274d5b936fd8323a01b0 (diff)
downloadtrackermap-server-7bc80dc78894b2cbe241fcaea2838673150fcef1.tar.gz
trackermap-server-7bc80dc78894b2cbe241fcaea2838673150fcef1.tar.bz2
trackermap-server-7bc80dc78894b2cbe241fcaea2838673150fcef1.zip
Diffstat (limited to 'test')
-rw-r--r--test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java b/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java
index 895cbb534..9e958b23a 100644
--- a/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java
+++ b/test/net/sourceforge/opentracking/protocol/gps103/Gps103ProtocolDecoderTest.java
@@ -42,7 +42,8 @@ public class Gps103ProtocolDecoderTest {
// NEW MESSAGE: imei:359587017470280,tracker,0000000000,03184511405,L,;
String testMsg2 = //"imei:10000000000000,help me,1004171910,,F,010203.000,A,0102.0003,N,00102.0003,E,1.02,";
- "imei:353451040164707,tracker,1105182344,+36304665439,F,214418.000,A,4804.2222,N,01916.7593,E,0.37,";
+ //"imei:353451040164707,tracker,1105182344,+36304665439,F,214418.000,A,4804.2222,N,01916.7593,E,0.37,";
+ "imei:353451042861763,tracker,1106132241,,F,144114.000,A,2301.9052,S,04909.3676,W,0.13,";
Gps103ProtocolDecoder decoder = new Gps103ProtocolDecoder(new TestDataManager(), 0);
//assertNull(decoder.decode(null, null, testMsg1));