Skip to content

Commit

Permalink
Add Oigo test case
Browse files Browse the repository at this point in the history
  • Loading branch information
tananaev committed Dec 18, 2017
1 parent 98de1d2 commit 8162c8e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/org/traccar/protocol/OigoProtocolDecoderTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,9 @@ public void testDecode() throws Exception {

OigoProtocolDecoder decoder = new OigoProtocolDecoder(new OigoProtocol());

verifyPosition(decoder, binary(
"7e002e000000146310002523830400001bfb000369150f310c0591594d062ac0c0141508011303cd63101604fd00000000"));

verifyPosition(decoder, binary(
"0103537820628365110310410790660962521813380026EE4EFF8593AA0065003E00794C020600100500000000"));

Expand Down

0 comments on commit 8162c8e

Please sign in to comment.