mirror of https://github.com/apache/poi.git
a new test file needed to be added to the list of sheet clone expected errors.
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783129 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
97d5024992
commit
c1adbc2244
|
@ -279,6 +279,7 @@ public class TestAllFiles {
|
||||||
EXPECTED_FAILURES.add("spreadsheet/WithChartSheet.xlsx");
|
EXPECTED_FAILURES.add("spreadsheet/WithChartSheet.xlsx");
|
||||||
EXPECTED_FAILURES.add("spreadsheet/chart_sheet.xlsx");
|
EXPECTED_FAILURES.add("spreadsheet/chart_sheet.xlsx");
|
||||||
EXPECTED_FAILURES.add("spreadsheet/SimpleScatterChart.xlsx");
|
EXPECTED_FAILURES.add("spreadsheet/SimpleScatterChart.xlsx");
|
||||||
|
EXPECTED_FAILURES.add("spreadsheet/ConditionalFormattingSamples.xls");
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Set<String> IGNORED = new HashSet<String>();
|
private static final Set<String> IGNORED = new HashSet<String>();
|
||||||
|
|
Loading…
Reference in New Issue