]> source.dussan.org Git - poi.git/commitdiff
[bug-64759] ignore unknown relationships when cloning sheets
authorPJ Fanning <fanningpj@apache.org>
Thu, 22 Jul 2021 15:46:51 +0000 (15:46 +0000)
committerPJ Fanning <fanningpj@apache.org>
Thu, 22 Jul 2021 15:46:51 +0000 (15:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891723 13f79535-47bb-0310-9956-ffa450edef68

poi-ooxml/src/test/java/org/apache/poi/xssf/TestXSSFCloneSheet.java

index f002e3231d7ffd1a73c988bf4b6628605c03047d..8ceb06981cb27af63ebd9e3454d69f33132b33e0 100644 (file)
@@ -37,7 +37,7 @@ import java.io.IOException;
 
 class TestXSSFCloneSheet  extends BaseTestCloneSheet {
     public TestXSSFCloneSheet() {
-        super(HSSFITestDataProvider.instance);
+        super(XSSFITestDataProvider.instance);
     }
 
     private static final String OTHER_SHEET_NAME = "Another";