Author: centic
Date: Sat Jan 30 18:42:08 2021
New Revision: 1886062
URL: http://svn.apache.org/viewvc?rev=1886062&view=rev
Log:
Adjust integration-test slightly for running mass-regression-tests
Modified:
poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java
Modified:
poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java
URL:
http://svn.apache.org/viewvc/poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java?rev=1886062&r1=1886061&r2=1886062&view=diff
==============================================================================
---
poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java
(original)
+++
poi/trunk/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java
Sat Jan 30 18:42:08 2021
@@ -29,7 +29,6 @@ import java.util.zip.ZipException;
import org.apache.poi.EncryptedDocumentException;
import org.apache.poi.OldFileFormatException;
import org.apache.poi.poifs.filesystem.OfficeXmlFileException;
-import org.junit.jupiter.api.Test;
/**
* This class is used for mass-regression testing via a
@@ -49,7 +48,10 @@ public class BaseIntegrationTest {
this.handler = handler;
}
- void test() throws Exception {
+ /**
+ * Keep this public so it can be used by the regression-tests
+ */
+ public void test() throws Exception {
assertNotNull( handler, "Unknown file extension for file: " + file );
testOneFile(new File(rootDir, file));
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]