removed invalid check from test
This commit is contained in:
parent
232ca134fc
commit
13b07c10aa
|
@ -611,7 +611,7 @@ public class HttpOutputTest
|
|||
else
|
||||
out.write(_arrayBuffer,0,len);
|
||||
}
|
||||
Assert.assertFalse(out.isReady());
|
||||
// Assert.assertFalse(out.isReady());
|
||||
}
|
||||
|
||||
@Override
|
||||
|
|
Loading…
Reference in New Issue