diff --git a/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java b/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java index 98799f83a..bdedcb190 100644 --- a/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java +++ b/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java @@ -270,8 +270,6 @@ public final class TestDocumentInputStream extends TestCase { stream.available()); for (int j = buffer.length; j < (2 * buffer.length); j++) { - // TODO FIX ME - if(!(stream instanceof NDocumentInputStream)) assertEquals("checking byte " + j, _workbook_data[ j ], buffer[ j - buffer.length ]); }