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
commit ed9d929c3a19f99552eed3263b3e4b6ef574ca07 Author: Gary Gregory <[email protected]> AuthorDate: Thu Feb 11 08:46:56 2021 -0500 Rename test class to *TestCase to follow pattern. --- .../{Http5GetContentInfoTest.java => Http5GetContentInfoTestCase.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/http5/Http5GetContentInfoTest.java b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/http5/Http5GetContentInfoTestCase.java similarity index 98% rename from commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/http5/Http5GetContentInfoTest.java rename to commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/http5/Http5GetContentInfoTestCase.java index 0530e42..31ea9b5 100644 --- a/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/http5/Http5GetContentInfoTest.java +++ b/commons-vfs2/src/test/java/org/apache/commons/vfs2/provider/http5/Http5GetContentInfoTestCase.java @@ -34,7 +34,7 @@ import junit.framework.TestCase; /** * Tests VFS-427 NPE on Http5FileObject.getContent().getContentInfo(). */ -public class Http5GetContentInfoTest extends TestCase { +public class Http5GetContentInfoTestCase extends TestCase { FileSystemOptions getOptionsWithProxy() throws MalformedURLException { // get proxy host and port from env var "https_proxy"
