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:
parent
6d560ea880
commit
d2c43ea1ab
@ -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 ]);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user