This is an automated email from the ASF dual-hosted git repository. markt pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/tomcat.git
The following commit(s) were added to refs/heads/master by this push: new b199a17 Rename so tests run as part of normal test runs b199a17 is described below commit b199a174e2cf5367a7efbb83ae008c88adb3a978 Author: Mark Thomas <ma...@apache.org> AuthorDate: Mon Jun 15 17:38:17 2020 +0100 Rename so tests run as part of normal test runs --- .../apache/tomcat/util/net/{IPv6UtilsTest.java => TestIPv6Utils.java} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/org/apache/tomcat/util/net/IPv6UtilsTest.java b/test/org/apache/tomcat/util/net/TestIPv6Utils.java similarity index 99% rename from test/org/apache/tomcat/util/net/IPv6UtilsTest.java rename to test/org/apache/tomcat/util/net/TestIPv6Utils.java index 11dc4ae..a220dd7 100644 --- a/test/org/apache/tomcat/util/net/IPv6UtilsTest.java +++ b/test/org/apache/tomcat/util/net/TestIPv6Utils.java @@ -23,7 +23,7 @@ import org.junit.Test; /** * Mostly examples from RFC 5952 */ -public class IPv6UtilsTest { +public class TestIPv6Utils { @Test public void testMayBeIPv6Address() { --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org