diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2011-02-22 11:03:54 +0000 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2011-02-22 11:03:54 +0000 |
commit | 52c26cb593201a74443329221722cc33c142b476 (patch) | |
tree | c5ecf20cbc265a9147bf7bfcc856913565149dd6 /test/net/sourceforge/opentracking/protocol/xexun | |
parent | cdd6d038c5adca06db989a3b6fe8bd3fd36fe9ed (diff) | |
download | trackermap-server-52c26cb593201a74443329221722cc33c142b476.tar.gz trackermap-server-52c26cb593201a74443329221722cc33c142b476.tar.bz2 trackermap-server-52c26cb593201a74443329221722cc33c142b476.zip |
Diffstat (limited to 'test/net/sourceforge/opentracking/protocol/xexun')
-rw-r--r-- | test/net/sourceforge/opentracking/protocol/xexun/XexunProtocolDecoderTest.java | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/net/sourceforge/opentracking/protocol/xexun/XexunProtocolDecoderTest.java b/test/net/sourceforge/opentracking/protocol/xexun/XexunProtocolDecoderTest.java index 9adbc2c31..23ef128ec 100644 --- a/test/net/sourceforge/opentracking/protocol/xexun/XexunProtocolDecoderTest.java +++ b/test/net/sourceforge/opentracking/protocol/xexun/XexunProtocolDecoderTest.java @@ -33,6 +33,8 @@ public class XexunProtocolDecoderTest { String testMsg = "GPRMC,010203.000,A,0102.0003,N,00102.0003,E,1.02,1.02,010203,,,A*00,F,, " + "imei:10000000000000,"; + //"GPRMC,233842.000,A,5001.3060,N,01429.3243,E,0.00,,210211,,,A*74,F," + + //"imei:354776030495631,"; XexunProtocolDecoder decoder = new XexunProtocolDecoder(new TestDataManager()); Position position = (Position) decoder.decode(null, null, testMsg); |