]> source.dussan.org Git - poi.git/commitdiff
revert Sonar fixes on BaseIntegrationTest
authorAndreas Beeker <kiwiwings@apache.org>
Sun, 10 Jan 2021 21:36:32 +0000 (21:36 +0000)
committerAndreas Beeker <kiwiwings@apache.org>
Sun, 10 Jan 2021 21:36:32 +0000 (21:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885341 13f79535-47bb-0310-9956-ffa450edef68

src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java

index bff0cb1ba8bb963a9c5b950b8003f27f7ef99c53..2890e3ded7f97bb4f63113279b0492b9a069917c 100644 (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));