netty5/buffer/src
buchgr 83c349ffa9 Fix wrong use of assertTrue in unit test.
Motivation:

My previous commit b88a980482 introduced a flawed unit test,
that executes an assertion in a different thread than the test thread.
If this assertion fails, the test doesn't fail.

Modifications:

Replace the assertion by a proper workaround.

Result:

More correct unit test
2016-03-15 16:02:33 +01:00
..
main/java/io/netty/buffer Change arena to thread cache mapping algorithm to be closer to ideal. 2016-03-15 14:16:34 +01:00
test/java/io/netty/buffer Fix wrong use of assertTrue in unit test. 2016-03-15 16:02:33 +01:00