Skip to content

Commit

Permalink
Add Easy Track unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Jun 15, 2015
1 parent 0bde25b commit 8ff799f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion test/org/traccar/protocol/EasyTrackProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,24 @@ public void testDecode() throws Exception {
verify(decoder.decode(null, null,
"*ET,135790246811221,DW,A,0A090D,101C0D,00CF27C6,0413FA4E,0000,0000,00000000,20,4,0000,00F123"));

verify(decoder.decode(null, null,
"*ET,135790246811221,DW,A,050915,0C2A27,00CE5954,04132263,0000,0000,01000000,20,4,0000,001254"));

verify(decoder.decode(null, null,
"*ET,135790246811221,DW,A,0A090D,101C0D,00CF27C6,0413FA4E,0000,0000,00000000,20,4,0000,00F123,100"));

verify(decoder.decode(null, null,
"*ET,135790246811221,DW,A,0A090D,101C0D,00CF27C6,8413FA4E,0000,0000,00000000,20,4,0000,00F123,100"));

verify(decoder.decode(null, null,
"*ET,358155100003016,HB,A,0d081e,07381e,8038ee09,03d2e9be,004f,0000,40c00000,0f,100,0000,00037c,29"));

verify(decoder.decode(null, null,
"*ET,358155100003016,HB,A,0d081e,073900,8038ee2f,03d2e9fd,0114,0000,40c00000,12,100,0000,00037c,32"));

verify(decoder.decode(null, null,
"*ET,135790246811221,HB,A,050915,0C2A27,00CE5954,04132263,0000,0000,01000000,20,4,0000,00F123,100,200"));

}

}

0 comments on commit 8ff799f

Please sign in to comment.