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