removed invalid check from test

This commit is contained in:
Greg Wilkins 2013-12-02 19:18:22 +11:00
parent 232ca134fc
commit 13b07c10aa
1 changed files with 1 additions and 1 deletions

View File

@ -611,7 +611,7 @@ public class HttpOutputTest
else
out.write(_arrayBuffer,0,len);
}
Assert.assertFalse(out.isReady());
// Assert.assertFalse(out.isReady());
}
@Override