Skip to content

Commit

Permalink
Another TK103 test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jan 5, 2017
1 parent 486bbc1 commit 0f2abec
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/org/traccar/protocol/Tk103ProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public void testDecode() throws Exception {

Tk103ProtocolDecoder decoder = new Tk103ProtocolDecoder(new Tk103Protocol());

verifyPosition(decoder, text(
"(864768010869060,DW30,050117,A,5135.82713N,00001.17918E,0.089,154745,000.0,43.40,12)"));

verifyNotNull(decoder, text(
"(087073104337BZ00,740,000,3bf7,0425,3bf7,0bf5,3bf7,09e7,3bf7,cbad,3bf7,0dcf,3bf7,c7b2,01000000)"));

Expand Down

0 comments on commit 0f2abec

Please sign in to comment.