diff options
author | Anton Tananaev <anton.tananaev@gmail.com> | 2016-01-09 10:02:35 +1300 |
---|---|---|
committer | Anton Tananaev <anton.tananaev@gmail.com> | 2016-01-09 10:02:35 +1300 |
commit | 0d021b7125d59ab6c6a826ed199c95596ca736f5 (patch) | |
tree | a99edbdd70ede31b9de74203a50303c0e84ec626 /test | |
parent | 5589c4c4991870f7d4249c3786cd2309794cf277 (diff) | |
download | trackermap-server-0d021b7125d59ab6c6a826ed199c95596ca736f5.tar.gz trackermap-server-0d021b7125d59ab6c6a826ed199c95596ca736f5.tar.bz2 trackermap-server-0d021b7125d59ab6c6a826ed199c95596ca736f5.zip |
Fix unit test for T800x decoder
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/T800xProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/T800xProtocolDecoderTest.java b/test/org/traccar/protocol/T800xProtocolDecoderTest.java index 05e9365df..f176234f2 100644 --- a/test/org/traccar/protocol/T800xProtocolDecoderTest.java +++ b/test/org/traccar/protocol/T800xProtocolDecoderTest.java @@ -16,7 +16,7 @@ public class T800xProtocolDecoderTest extends ProtocolTest { verifyNothing(decoder, binary( "232303000f00000880316890202968")); - verifyPosition(decoder, binary( + verifyAttributes(decoder, binary( "232302004200000880316890202968001e02582d00000000000000050000320000018901920000001dc1e2001601081154255d0202005a0053875a00a57e5a00af80")); verifyNothing(decoder, binary( |