Re-enable part of the test now that NPOIFS behaves for reset

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1134981 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Nick Burch 2011-06-12 20:47:25 +00:00
parent 6d560ea880
commit d2c43ea1ab
1 changed files with 0 additions and 2 deletions

View 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 ]);
}