revert Sonar fixes on BaseIntegrationTest

git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Andreas Beeker 2021-01-10 21:36:32 +00:00
parent 1041a876cb
commit 9daa77751a

View File

@ -38,7 +38,7 @@ import org.junit.jupiter.api.Test;
* types of files/exceptions, e.g. old file formats. * types of files/exceptions, e.g. old file formats.
* *
*/ */
class BaseIntegrationTest { public class BaseIntegrationTest {
private final File rootDir; private final File rootDir;
private final String file; private final String file;
private FileHandler handler; private FileHandler handler;
@ -49,7 +49,6 @@ class BaseIntegrationTest {
this.handler = handler; this.handler = handler;
} }
@Test
void test() throws Exception { void test() throws Exception {
assertNotNull( handler, "Unknown file extension for file: " + file + ": " + TestAllFiles.getExtension(file) ); assertNotNull( handler, "Unknown file extension for file: " + file + ": " + TestAllFiles.getExtension(file) );
testOneFile(new File(rootDir, file)); testOneFile(new File(rootDir, file));