Skip to content

Commit

Permalink
Add XT013 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jan 31, 2015
1 parent dabcaf7 commit 08e6d78
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/org/traccar/protocol/Xt013ProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ public void testDecode() throws Exception {

Xt013ProtocolDecoder decoder = new Xt013ProtocolDecoder(new TestDataManager(), null, null);

verify(decoder.decode(null, null,
"TK,862950021650364,150131090859,+53.267863,+5.767363,0,38,12,0,F,204,08,C94,336C,24,,4.09,1,,,,,,,,"));

verify(decoder.decode(null, null,
"TK,862950021650364,150118113832,+53.267722,+5.767143,0,86,12,0,F,204,08,C94,336C,22,,4.21,1,,,,,,,,"));

Expand Down

0 comments on commit 08e6d78

Please sign in to comment.