netty5/testsuite/src/main/java/io/netty/testsuite
Scott Mitchell e200e4811b SocketRstTest fails due to exception message check
Motivation:
For lack of a better way the SocketRstTest inspects the content of the exception message to check if a RST occurred. However on windows the exception message is different than on other Unix based platforms and the assertion statement fails.

Modifications:
- Hack another string check in the unit test

Result:
SocketRstTest passes on windows
Fixes https://github.com/netty/netty/issues/5335
2016-06-02 08:15:43 +02:00
..
transport SocketRstTest fails due to exception message check 2016-06-02 08:15:43 +02:00
util Reduce the memory requirement of heap dump compression 2015-05-01 11:56:53 +09:00
websockets/autobahn trivial javadoc fixes 2016-03-16 20:18:29 +01:00