Applying checkstyle updates to test sources

This commit is contained in:
2024-07-17 20:31:41 -05:00
parent 22d5bc547c
commit 840e1aada3
34 changed files with 353 additions and 226 deletions

View File

@ -50,7 +50,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
*******************************************************************************/
public class FilesystemBackendModuleTest
{
private final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";
private static final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";

View File

@ -47,7 +47,7 @@ import static org.junit.jupiter.api.Assertions.assertEquals;
*******************************************************************************/
public class S3BackendModuleTest extends BaseS3Test
{
private final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";
private static final String PATH_THAT_WONT_EXIST = "some/path/that/wont/exist";

View File

@ -37,6 +37,9 @@ import org.junit.jupiter.api.Test;
public class PathMatcherGlobTest
{
/***************************************************************************
**
***************************************************************************/
@Test
public void testPathMatcher() throws Exception
{