Browse Source

revert Sonar fixes on BaseIntegrationTest

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885341 13f79535-47bb-0310-9956-ffa450edef68
tags/REL_5_0_0
Andreas Beeker 3 years ago
parent
commit
9daa77751a

+ 1
- 2
src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java View File

@@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
* types of files/exceptions, e.g. old file formats.
*
*/
class BaseIntegrationTest {
public class BaseIntegrationTest {
private final File rootDir;
private final String file;
private FileHandler handler;
@@ -49,7 +49,6 @@ class BaseIntegrationTest {
this.handler = handler;
}

@Test
void test() throws Exception {
assertNotNull( handler, "Unknown file extension for file: " + file + ": " + TestAllFiles.getExtension(file) );
testOneFile(new File(rootDir, file));

Loading…
Cancel
Save