aboutsummaryrefslogtreecommitdiffstats
path: root/src/integrationtest/org/apache/poi/TestAllFiles.java
diff options
context:
space:
mode:
authorGreg Woolsey <gwoolsey@apache.org>2017-02-15 17:48:46 +0000
committerGreg Woolsey <gwoolsey@apache.org>2017-02-15 17:48:46 +0000
commitc1adbc22447ce2d0480932b55549868dbde71f5e (patch)
treeb840d3a0362b8aff4060dbcabf8d225a3e4c5c41 /src/integrationtest/org/apache/poi/TestAllFiles.java
parent97d502499221bb355767797e583cb514938a9852 (diff)
downloadpoi-c1adbc22447ce2d0480932b55549868dbde71f5e.tar.gz
poi-c1adbc22447ce2d0480932b55549868dbde71f5e.zip
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
Diffstat (limited to 'src/integrationtest/org/apache/poi/TestAllFiles.java')
-rw-r--r--src/integrationtest/org/apache/poi/TestAllFiles.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/integrationtest/org/apache/poi/TestAllFiles.java b/src/integrationtest/org/apache/poi/TestAllFiles.java
index 3974c06319..43e0b74724 100644
--- a/src/integrationtest/org/apache/poi/TestAllFiles.java
+++ b/src/integrationtest/org/apache/poi/TestAllFiles.java
@@ -279,6 +279,7 @@ public class TestAllFiles {
EXPECTED_FAILURES.add("spreadsheet/WithChartSheet.xlsx");
EXPECTED_FAILURES.add("spreadsheet/chart_sheet.xlsx");
EXPECTED_FAILURES.add("spreadsheet/SimpleScatterChart.xlsx");
+ EXPECTED_FAILURES.add("spreadsheet/ConditionalFormattingSamples.xls");
}
private static final Set<String> IGNORED = new HashSet<String>();