This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-vfs.git
The following commit(s) were added to refs/heads/master by this push:
new a99e0f7f Remove test cruft
a99e0f7f is described below
commit a99e0f7fa930f8374c022795c3a7f8ca14225b9a
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Nov 8 14:32:07 2023 -0500
Remove test cruft
---
.../org/apache/commons/vfs2/AbstractProviderTestCase.java | 13 -------------
1 file changed, 13 deletions(-)
diff --git
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
index f4255659..65d3673a 100644
---
a/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
+++
b/commons-vfs2/src/test/java/org/apache/commons/vfs2/AbstractProviderTestCase.java
@@ -46,19 +46,6 @@ public abstract class AbstractProviderTestCase extends
TestCase {
// Expected contents of test files
public static final String TEST_FILE_CONTENT = "A test file.";
- protected static Test notConfigured(final Class<?> testClass) {
- return warning(testClass + " is not configured for tests, skipping");
- }
-
- private static Test warning(final String message) {
- return new TestCase("warning") {
- @Override
- protected void runTest() {
- System.out.println(message);
- }
- };
- }
-
private boolean addEmptyDir;
private FileObject baseFolder;
private DefaultFileSystemManager manager;