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

sebb 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 33c0671f Added extra tests from  PR #49
33c0671f is described below

commit 33c0671fd40acd8eb7dd09395486743ccee08dab
Author: Sebb <s...@apache.org>
AuthorDate: Wed Oct 9 16:45:21 2024 +0100

    Added extra tests from  PR #49
    
    This fixes PR #49
---
 .../org/apache/commons/validator/routines/ISINValidatorTest.java  | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git 
a/src/test/java/org/apache/commons/validator/routines/ISINValidatorTest.java 
b/src/test/java/org/apache/commons/validator/routines/ISINValidatorTest.java
index 74098f15..6c4754c6 100644
--- a/src/test/java/org/apache/commons/validator/routines/ISINValidatorTest.java
+++ b/src/test/java/org/apache/commons/validator/routines/ISINValidatorTest.java
@@ -54,7 +54,13 @@ public class ISINValidatorTest {
             "QS0000000008",
             "QT0000000007",
             "QW0000000002",
-            "XS0000000009", };
+            "XS0000000009", 
+            "EU0009652783",
+            "XAC8614YAB92",
+            "XC0001458477",
+            "XD0209061296",
+            "AN8068571086",
+        };
 
     private final String[] invalidFormat = { null, "", // empty
             "   ", // empty

Reply via email to