diff --git a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java index 199a3fe307..1378cd4fa5 100644 --- a/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java +++ b/src/ooxml/testcases/org/apache/poi/xssf/usermodel/TestXSSFWorkbook.java @@ -1029,7 +1029,7 @@ public final class TestXSSFWorkbook extends BaseTestWorkbook { try { // as the file is written to, we make a copy before actually working on it - FileHelper.copyFile(new File("test-data/spreadsheet/56957.xlsx"), file); + FileHelper.copyFile(HSSFTestDataSamples.getSampleFile("56957.xlsx"), file); assertTrue(file.exists());