]> source.dussan.org Git - poi.git/commitdiff
Re-enable part of the test now that NPOIFS behaves for reset
authorNick Burch <nick@apache.org>
Sun, 12 Jun 2011 20:47:25 +0000 (20:47 +0000)
committerNick Burch <nick@apache.org>
Sun, 12 Jun 2011 20:47:25 +0000 (20:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134981 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java

index 98799f83ae9d0f9a88cb46e152df84eba0fbcf4c..bdedcb190959f0f1c11b148b225aa059da09e8b3 100644 (file)
@@ -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 ]);
            }