You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2020/06/15 16:39:27 UTC

[tomcat] branch 9.0.x updated: Rename so tests run as part of normal test runs

This is an automated email from the ASF dual-hosted git repository.

markt pushed a commit to branch 9.0.x
in repository https://gitbox.apache.org/repos/asf/tomcat.git


The following commit(s) were added to refs/heads/9.0.x by this push:
     new 042101d  Rename so tests run as part of normal test runs
042101d is described below

commit 042101db9a4a243bb5111b8fce0c35e36aa255f4
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-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org