Adjust local test class run with Gradle-Build as well
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1773661 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
bc13d49aaa
commit
8003ad78f4
@ -16,8 +16,7 @@
|
|||||||
==================================================================== */
|
==================================================================== */
|
||||||
package org.apache.poi.hssf.dev;
|
package org.apache.poi.hssf.dev;
|
||||||
|
|
||||||
import java.io.File;
|
import org.apache.poi.POIDataSamples;
|
||||||
|
|
||||||
import org.junit.Test;
|
import org.junit.Test;
|
||||||
|
|
||||||
public class TestOneFile {
|
public class TestOneFile {
|
||||||
@ -25,7 +24,7 @@ public class TestOneFile {
|
|||||||
public void test() throws Exception {
|
public void test() throws Exception {
|
||||||
//Biff8EncryptionKey.setCurrentUserPassword("blabla");
|
//Biff8EncryptionKey.setCurrentUserPassword("blabla");
|
||||||
TestEFBiffViewer test = new TestEFBiffViewer();
|
TestEFBiffViewer test = new TestEFBiffViewer();
|
||||||
test.file = new File("test-data/spreadsheet/50833.xls");
|
test.file = POIDataSamples.getSpreadSheetInstance().getFile("50833.xls");
|
||||||
test.testMain();
|
test.testMain();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user