diff options
Diffstat (limited to 'test/org/traccar/protocol/EelinkProtocolDecoderTest.java')
-rw-r--r-- | test/org/traccar/protocol/EelinkProtocolDecoderTest.java | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/test/org/traccar/protocol/EelinkProtocolDecoderTest.java b/test/org/traccar/protocol/EelinkProtocolDecoderTest.java index fd21d4713..c85167793 100644 --- a/test/org/traccar/protocol/EelinkProtocolDecoderTest.java +++ b/test/org/traccar/protocol/EelinkProtocolDecoderTest.java @@ -10,7 +10,7 @@ public class EelinkProtocolDecoderTest extends ProtocolTest { EelinkProtocolDecoder decoder = new EelinkProtocolDecoder(new EelinkProtocol()); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "676701000c007b03525440717505180104")); verifyPosition(decoder, binary( @@ -25,7 +25,7 @@ public class EelinkProtocolDecoderTest extends ProtocolTest { verifyPosition(decoder, binary( "676714002b00515784cc24130246479b07d05a06001800010000060195039f046100002cc52f6466b391604a49020089")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "676701000c002603541880486128290120")); verifyPosition(decoder, binary( @@ -40,13 +40,13 @@ public class EelinkProtocolDecoderTest extends ProtocolTest { verifyPosition(decoder, binary( "676704001c00b7569fc3020517a2d7020b08e100000000d8001e005b0004460004")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "676701000b001b035418804661834901")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "6767030004001A0001")); - verifyNothing(decoder, binary( + verifyNull(decoder, binary( "6767070088001050E2281400FFFFFFFF02334455660333445566043344556605AA00000007334455660A334455660B334455660C4E2000000DAA0000000E334455660F3344556610AAAA000011334455661C334455661F334455662133445566423344556646334455664D334455665C334455665E33445566880000000089000000008A000000008B00000000")); verifyPosition(decoder, binary( |