diff options
author | Gavriel Fleischer <flocsy@gmail.com> | 2019-01-30 05:48:57 +0200 |
---|---|---|
committer | Gavriel Fleischer <flocsy@gmail.com> | 2019-01-30 05:48:57 +0200 |
commit | 61eb28513bdef0aae9e776f9f872b6c26661556a (patch) | |
tree | 310d9ef996289284a604bf128e343648be3c293b /test/org/traccar/protocol | |
parent | 5bf343a179e9565f78903ae63a002522373163a8 (diff) | |
download | trackermap-server-61eb28513bdef0aae9e776f9f872b6c26661556a.tar.gz trackermap-server-61eb28513bdef0aae9e776f9f872b6c26661556a.tar.bz2 trackermap-server-61eb28513bdef0aae9e776f9f872b6c26661556a.zip |
removed BOM
Diffstat (limited to 'test/org/traccar/protocol')
-rw-r--r-- | test/org/traccar/protocol/WatchProtocolEncoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/WatchProtocolEncoderTest.java b/test/org/traccar/protocol/WatchProtocolEncoderTest.java index 520d4998c..f55086082 100644 --- a/test/org/traccar/protocol/WatchProtocolEncoderTest.java +++ b/test/org/traccar/protocol/WatchProtocolEncoderTest.java @@ -43,7 +43,7 @@ public class WatchProtocolEncoderTest extends ProtocolTest { command.setDeviceId(1); command.setType(Command.TYPE_MESSAGE); command.set(Command.KEY_MESSAGE, "text"); - assertEquals("[CS*123456789012345*001c*MESSAGE,feff0074006500780074]", encoder.encodeCommand(null, command)); + assertEquals("[CS*123456789012345*0018*MESSAGE,0074006500780074]", encoder.encodeCommand(null, command)); command = new Command(); command.setDeviceId(1); |