Browse Source

add ignored test and triggering document for BUG 60256

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1764890 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_3_16_BETA1
Tim Allison 7 years ago
parent
commit
54a6e0f070

+ 9
- 0
src/testcases/org/apache/poi/poifs/filesystem/TestOle10Native.java View File

@@ -31,6 +31,7 @@ import java.util.List;

import org.apache.poi.POIDataSamples;
import org.apache.poi.util.IOUtils;
import org.junit.Ignore;
import org.junit.Test;

public class TestOle10Native {
@@ -107,4 +108,12 @@ public class TestOle10Native {
}
}
}

@Test
@Ignore("BUG 60256")
public void testOleNativeOOM() throws IOException, Ole10NativeException {
POIFSFileSystem fs = new POIFSFileSystem(dataSamples.openResourceAsStream("60256.bin"));
Ole10Native ole = Ole10Native.createFromEmbeddedOleObject(fs);
}

}

BIN
test-data/poifs/60256.bin View File


Loading…
Cancel
Save