This is an automated email from the ASF dual-hosted git repository.
garydgregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-validator.git
The following commit(s) were added to refs/heads/master by this push:
new b5f6cbab More test fixtures
b5f6cbab is described below
commit b5f6cbabd9a77546a02da77e836958e16b8326ee
Author: Gary Gregory <[email protected]>
AuthorDate: Sat Jun 20 16:09:44 2026 +0000
More test fixtures
---
.../java/org/apache/commons/validator/routines/UrlValidatorTest.java | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git
a/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java
b/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java
index 95d027ef..b5cc2039 100644
--- a/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java
+++ b/src/test/java/org/apache/commons/validator/routines/UrlValidatorTest.java
@@ -193,7 +193,9 @@ public class UrlValidatorTest {
// 8 groups is the maximum allowed in an IPv6 address
"[::1:2:3:4:5:6:7]",
"[1:2:3:4:5:6:7:8]",
- "[1111:2222:3333:4444:5555:6666:7777:8888]" })
+ "[1111:2222:3333:4444:5555:6666:7777:8888]",
+ "[aaaa:bbbb:cccc:dddd:eeee:ffff:aaaa:bbbb]",
+ "[AAAA:BBBB:CCCC:DDDD:EEEE:FFFF:AAAA:BBBB]",})
// @formatter:on
void testIpv6SizesValid(final String host) {
final UrlValidator urlValidator = new UrlValidator();