Revert bad renaming in ZlibTest

This commit is contained in:
Trustin Lee 2014-11-19 18:36:23 +09:00
parent 0795ee6130
commit 1765429335

View File

@ -91,7 +91,7 @@ public abstract class ZlibTest {
protected abstract ZlibDecoder createDecoder(ZlibWrapper wrapper);
@Test
public void testGZ() throws Exception {
public void testGZIP2() throws Exception {
byte[] bytes = "message".getBytes(CharsetUtil.UTF_8);
ByteBuf data = Unpooled.wrappedBuffer(bytes);
ByteBuf deflatedData = Unpooled.wrappedBuffer(gzip(bytes));