mirror of https://github.com/apache/poi.git
[bug-64759] ignore unknown relationships when cloning sheets
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1891723 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
f01a45f9be
commit
ef871bf07e
|
@ -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";
|
||||
|
|
Loading…
Reference in New Issue