codec-memcache: removed println in test case.
This commit is contained in:
parent
183bfe8f9f
commit
a1526bedd3
@ -123,7 +123,6 @@ public class BinaryMemcacheDecoderTest {
|
|||||||
int expectedContentChunks = 4;
|
int expectedContentChunks = 4;
|
||||||
for (int i = 1; i <= expectedContentChunks; i++) {
|
for (int i = 1; i <= expectedContentChunks; i++) {
|
||||||
MemcacheContent content = (MemcacheContent) channel.readInbound();
|
MemcacheContent content = (MemcacheContent) channel.readInbound();
|
||||||
System.out.println(content);
|
|
||||||
if (i < expectedContentChunks) {
|
if (i < expectedContentChunks) {
|
||||||
assertThat(content, instanceOf(MemcacheContent.class));
|
assertThat(content, instanceOf(MemcacheContent.class));
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
Reference in New Issue
Block a user