mirror of https://github.com/apache/poi.git
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
590b980811
commit
2003b185c4
|
@ -270,8 +270,6 @@ public final class TestDocumentInputStream extends TestCase {
|
||||||
stream.available());
|
stream.available());
|
||||||
for (int j = buffer.length; j < (2 * buffer.length); j++)
|
for (int j = buffer.length; j < (2 * buffer.length); j++)
|
||||||
{
|
{
|
||||||
// TODO FIX ME
|
|
||||||
if(!(stream instanceof NDocumentInputStream))
|
|
||||||
assertEquals("checking byte " + j, _workbook_data[ j ],
|
assertEquals("checking byte " + j, _workbook_data[ j ],
|
||||||
buffer[ j - buffer.length ]);
|
buffer[ j - buffer.length ]);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue