mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
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.
|
* 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));
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user