aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorNick Burch <nick@apache.org>2011-06-12 20:47:25 +0000
committerNick Burch <nick@apache.org>2011-06-12 20:47:25 +0000
commit2003b185c4dfeede988c6326dbd48b340c28ef42 (patch)
tree47f904b8ce08428610db3b0a9124c9988742e0ca /src
parent590b9808118590ae69cde3015bf44716dc946c20 (diff)
downloadpoi-2003b185c4dfeede988c6326dbd48b340c28ef42.tar.gz
poi-2003b185c4dfeede988c6326dbd48b340c28ef42.zip
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
Diffstat (limited to 'src')
-rw-r--r--src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java b/src/testcases/org/apache/poi/poifs/filesystem/TestDocumentInputStream.java
index 98799f83ae..bdedcb1909 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 ]);
}