From 9daa77751a524300e70cee3a6a467cabcb980817 Mon Sep 17 00:00:00 2001 From: Andreas Beeker Date: Sun, 10 Jan 2021 21:36:32 +0000 Subject: [PATCH] revert Sonar fixes on BaseIntegrationTest git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1885341 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/poi/stress/BaseIntegrationTest.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java b/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java index bff0cb1ba8..2890e3ded7 100644 --- a/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java +++ b/src/integrationtest/org/apache/poi/stress/BaseIntegrationTest.java @@ -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)); -- 2.39.5