netty5/buffer/src
Scott Mitchell 67ddb61eca ByteBufUtilTest test failure
Motivation:
ByteBufUtilTest.notEqualsBufferSubsections is testing non-equality but just uses random numbers to assume they will not be equal. Even after the random bytes are generated we should check they are infact not equal so the test has no chance of failing when it should not.

Modifications:
- Loop through bytes in notEqualsBufferSubsections after they are randomly generated to ensure there is atleast 1 difference.

Result:
More reliable unit tests.
2015-10-02 17:49:09 -07:00
..
main/java/io/netty/buffer [#3789] Correctly reset markers for all allocations when using PooledByteBufAllocator 2015-09-25 19:57:33 +02:00
test/java/io/netty/buffer ByteBufUtilTest test failure 2015-10-02 17:49:09 -07:00