]> source.dussan.org Git - poi.git/commitdiff
a new test file needed to be added to the list of sheet clone expected errors.
authorGreg Woolsey <gwoolsey@apache.org>
Wed, 15 Feb 2017 17:48:46 +0000 (17:48 +0000)
committerGreg Woolsey <gwoolsey@apache.org>
Wed, 15 Feb 2017 17:48:46 +0000 (17:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1783129 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/org/apache/poi/TestAllFiles.java

index 3974c0631950836054ada24abf79a1498a8418d1..43e0b7472494094dbfa86b8f6e3505f38da4aa5d 100644 (file)
@@ -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>();