From c1adbc22447ce2d0480932b55549868dbde71f5e Mon Sep 17 00:00:00 2001 From: Greg Woolsey Date: Wed, 15 Feb 2017 17:48:46 +0000 Subject: [PATCH] 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 --- src/integrationtest/org/apache/poi/TestAllFiles.java | 1 + 1 file changed, 1 insertion(+) 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 IGNORED = new HashSet(); -- 2.39.5