From fbdd359d223579173b4e0076563df296f5492e3c Mon Sep 17 00:00:00 2001 From: Anton Tananaev Date: Mon, 26 Oct 2015 12:54:56 +1300 Subject: Rename hex conversion methods --- test/org/traccar/ProtocolDecoderTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/org/traccar/ProtocolDecoderTest.java') diff --git a/test/org/traccar/ProtocolDecoderTest.java b/test/org/traccar/ProtocolDecoderTest.java index 3eb42a0f6..992ade8f8 100644 --- a/test/org/traccar/ProtocolDecoderTest.java +++ b/test/org/traccar/ProtocolDecoderTest.java @@ -104,7 +104,7 @@ public class ProtocolDecoderTest { protected ChannelBuffer binary(ByteOrder endianness, String... data) { return ChannelBuffers.wrappedBuffer( - endianness, ChannelBufferTools.convertHexString(concatenateStrings(data))); + endianness, ChannelBufferTools.hexToBytes(concatenateStrings(data))); } protected String text(String... data) { -- cgit v1.2.3