You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2016/09/12 12:50:40 UTC

svn commit: r1760355 - /commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java

Author: sebb
Date: Mon Sep 12 12:50:40 2016
New Revision: 1760355

URL: http://svn.apache.org/viewvc?rev=1760355&view=rev
Log:
Sort to make it easier to detect duplicates and omissions

Modified:
    commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java

Modified: commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java
URL: http://svn.apache.org/viewvc/commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java?rev=1760355&r1=1760354&r2=1760355&view=diff
==============================================================================
--- commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java (original)
+++ commons/proper/validator/trunk/src/test/java/org/apache/commons/validator/routines/IBANValidatorTest.java Mon Sep 12 12:50:40 2016
@@ -34,81 +34,81 @@ public class IBANValidatorTest {
     // so we test for both where possible
     // Note that the BIC near the start of the code is always upper case or digits
     private final String[] validIBANFormat = new String[] {
-            "AL47212110090000000235698741",
             "AD1200012030200359100100",
+            "AE070331234567890123456",
+            "AL47212110090000000235698741",
             "AT611904300234573201",
             "AZ21NABZ00000000137010001944",
-            "BH67BMAG00001299123456",
-            "BE68539007547034",
             "BA391290079401028494",
-            "BR9700360305000010009795493P1",
-            "BR1800000000141455123924100C2",
+            "BE68539007547034",
             "BG80BNBG96611020345678",
+            "BH67BMAG00001299123456",
+            "BR1800000000141455123924100C2",
+            "BR9700360305000010009795493P1",
+            "CH9300762011623852957",
             "CR0515202001026284066",
-            "HR1210010051863000160",
             "CY17002001280000001200527600",
             "CZ6508000000192000145399",
             "CZ9455000000001011038930",
+            "DE89370400440532013000",
             "DK5000400440116243",
-            "FO6264600001631634",
-            "GL8964710001000206",
             "DO28BAGR00000001212453611324",
             "EE382200221020145685",
+            "ES9121000418450200051332",
             "FI2112345600000785",
             "FI5542345670000081",
+            "FO6264600001631634",
             "FR1420041010050500013M02606",
+            "GB29NWBK60161331926819",
             "GE29NB0000000101904917",
-            "DE89370400440532013000",
             "GI75NWBK000000007099453",
+            "GL8964710001000206",
             "GR1601101250000000012300695",
             "GT82TRAJ01020000001210029690",
+            "HR1210010051863000160",
             "HU42117730161111101800000000",
-            "IS140159260076545510730339",
             "IE29AIBK93115212345678",
             "IL620108000000099999999",
+            "IS140159260076545510730339",
             "IT60X0542811101000000123456",
             "JO94CBJO0010000000000131000302",
-            "KZ86125KZT5004100100",
-            "XK051212012345678906",
             "KW81CBKU0000000000001234560101",
-            "LV80BANK0000435195001",
+            "KZ86125KZT5004100100",
             "LB62099900000001001901229114",
+            "LC55HEMM000100010012001200023015", // the SWIFT docs have LC62...
             "LI21088100002324013AA",
             "LT121000011101001000",
             "LU280019400644750000",
+            "LV80BANK0000435195001",
+            "MC5811222000010123456789030",
+            "MD24AG000225100013104168",
+            "ME25505000012345678951",
             "MK07250120000058984",
-            "MT84MALT011000012345MTLCAST001S",
             "MR1300020001010000123456753",
+            "MT84MALT011000012345MTLCAST001S",
             "MU17BOMM0101101030300200000MUR",
-            "MD24AG000225100013104168",
-            "MC5811222000010123456789030",
-            "ME25505000012345678951",
             "NL91ABNA0417164300",
             "NO9386011117947",
             "PK36SCBL0000001123456702",
-            "PS92PALS000000000400123456702",
             "PL61109010140000071219812874",
+            "PS92PALS000000000400123456702",
             "PT50000201231234567890154",
             "QA58DOHB00001234567890ABCDEFG",
             "RO49AAAA1B31007593840000",
-            "LC55HEMM000100010012001200023015", // the SWIFT docs have LC62...
-            "SM86U0322509800000000270100",
-            "ST68000100010051845310112",
-            "SA0380000000608010167519",
             "RS35260005601001611379",
-            "SK3112000000198742637541",
-            "SI56191000000123438",
-            "ES9121000418450200051332",
+            "SA0380000000608010167519",
+            "SC18SSCB11010000000000001497USD",
             "SE4550000000058398257466",
-            "CH9300762011623852957",
+            "SI56191000000123438",
+            "SK3112000000198742637541",
+            "SM86U0322509800000000270100",
+            "ST68000100010051845310112",
             "TL380080012345678910157",
             "TN5910006035183598478831",
             "TR330006100519786457841326",
-            "AE070331234567890123456",
-            "GB29NWBK60161331926819",
+            "UA213996220000026007233566001",
             "VG96VPVG0000012345678901",
-            "SC18SSCB11010000000000001497USD",
-            "UA213996220000026007233566001"
+            "XK051212012345678906",
     };
 
     private final String[] invalidIBANFormat = new String[] {