diff options
author | Gavriel Fleischer <flocsy@gmail.com> | 2019-02-17 21:42:29 +0200 |
---|---|---|
committer | Gavriel Fleischer <flocsy@gmail.com> | 2019-02-17 21:43:35 +0200 |
commit | 074b1c302dcd6671737d44c69aa83d0fdd179168 (patch) | |
tree | eb13840ebd001a544e145f15016c340f57c8d651 /test | |
parent | c80d01e1646b8cb1a626f33bbd488d02f15335cc (diff) | |
download | trackermap-server-074b1c302dcd6671737d44c69aa83d0fdd179168.tar.gz trackermap-server-074b1c302dcd6671737d44c69aa83d0fdd179168.tar.bz2 trackermap-server-074b1c302dcd6671737d44c69aa83d0fdd179168.zip |
resolving review issues
Diffstat (limited to 'test')
-rw-r--r-- | test/org/traccar/protocol/WatchProtocolDecoderTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/org/traccar/protocol/WatchProtocolDecoderTest.java b/test/org/traccar/protocol/WatchProtocolDecoderTest.java index c4e5bf61a..f1287d721 100644 --- a/test/org/traccar/protocol/WatchProtocolDecoderTest.java +++ b/test/org/traccar/protocol/WatchProtocolDecoderTest.java @@ -114,7 +114,7 @@ public class WatchProtocolDecoderTest extends ProtocolTest { } @Test - public void testDecodeTK() throws Exception { + public void testDecodeVoiceMessage() throws Exception { WatchProtocolDecoder decoder = new WatchProtocolDecoder(null); verifyNull(decoder.decode(null, null, buffer("[CS*1234567890*0004*TK,1]"))); |