Skip to content

Commit

Permalink
[netty#1012] Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Norman Maurer committed Feb 20, 2013
1 parent 8fdf788 commit c93f5af
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
8 changes: 0 additions & 8 deletions NOTICE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,14 +42,6 @@ Base64 Encoder and Decoder, which can be obtained at:
* HOMEPAGE:
* http://iharder.sourceforge.net/current/java/base64/

This product contains a modified version of 'JZlib', a re-implementation of
zlib in pure Java, which can be obtained at:

* LICENSE:
* license/LICENSE.jzlib.txt (BSD Style License)
* HOMEPAGE:
* http://www.jcraft.com/jzlib/

This product contains a modified portion of 'Webbit', an event based
WebSocket and HTTP server, which can be obtained at:

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,6 @@

public class JZlibTest {

@After
public void resetSnappy() {
}

@Test
public void testZLIB() throws Exception {
ByteBuf data = Unpooled.wrappedBuffer("test".getBytes());
Expand Down Expand Up @@ -118,9 +114,7 @@ public void testGZIP() throws Exception {
assertEquals(data, chDecoder.readInbound());
}


// This case will be failed with netty's jzlib.
{
{
EmbeddedByteChannel chDecoder =
new EmbeddedByteChannel(new JZlibDecoder(ZlibWrapper.ZLIB_OR_NONE));

Expand Down
26 changes: 0 additions & 26 deletions license/LICENSE.jzlib.txt

This file was deleted.

0 comments on commit c93f5af

Please sign in to comment.