Revert bad renaming in ZlibTest
This commit is contained in:
parent
4e0bf1bde9
commit
d2158370fa
@ -91,7 +91,7 @@ public abstract class ZlibTest {
|
|||||||
protected abstract ZlibDecoder createDecoder(ZlibWrapper wrapper);
|
protected abstract ZlibDecoder createDecoder(ZlibWrapper wrapper);
|
||||||
|
|
||||||
@Test
|
@Test
|
||||||
public void testGZ() throws Exception {
|
public void testGZIP2() throws Exception {
|
||||||
byte[] bytes = "message".getBytes(CharsetUtil.UTF_8);
|
byte[] bytes = "message".getBytes(CharsetUtil.UTF_8);
|
||||||
ByteBuf data = Unpooled.wrappedBuffer(bytes);
|
ByteBuf data = Unpooled.wrappedBuffer(bytes);
|
||||||
ByteBuf deflatedData = Unpooled.wrappedBuffer(gzip(bytes));
|
ByteBuf deflatedData = Unpooled.wrappedBuffer(gzip(bytes));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user