mirror of https://github.com/apache/poi.git
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:
parent
1041a876cb
commit
9daa77751a
|
@ -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…
Reference in New Issue