From: Nick Burch Date: Tue, 1 Apr 2014 23:27:05 +0000 (+0000) Subject: Add another test file for bug #47251, from Joe Yuan, and a disabled test X-Git-Tag: REL_3_11_BETA1~196 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=d92e980beab53878c4b5bc4fc2de60f53dfdc4da;p=poi.git Add another test file for bug #47251, from Joe Yuan, and a disabled test git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1583825 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java b/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java index 755adb6792..bc234d2a9c 100644 --- a/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java +++ b/src/testcases/org/apache/poi/hssf/usermodel/TestBugs.java @@ -1643,7 +1643,12 @@ public final class TestBugs extends BaseTestBugzillaIssues { @Test public void bug47251() { + // Firstly, try with one that triggers on InterfaceHdrRecord openSample("47251.xls"); + + // Now with one that triggers on NoteRecord + // TODO Fix the bug and enable this bit of the test + //openSample("47251_1.xls"); } /** diff --git a/test-data/spreadsheet/47251_1.xls b/test-data/spreadsheet/47251_1.xls new file mode 100644 index 0000000000..7192fed260 Binary files /dev/null and b/test-data/spreadsheet/47251_1.xls differ