diff options
author | Nick Burch <nick@apache.org> | 2011-06-12 20:47:25 +0000 |
---|---|---|
committer | Nick Burch <nick@apache.org> | 2011-06-12 20:47:25 +0000 |
commit | 2003b185c4dfeede988c6326dbd48b340c28ef42 (patch) | |
tree | 47f904b8ce08428610db3b0a9124c9988742e0ca /src | |
parent | 590b9808118590ae69cde3015bf44716dc946c20 (diff) | |
download | poi-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.java | 2 |
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 ]); } |