mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Ludovic Poitou
31.57.2012 dbe2b5a37d2b84fb26dc44434f23f53af69ee641
opends/tests/unit-tests-testng/src/server/org/opends/server/schema/CountryStringSyntaxTest.java
@@ -147,7 +147,7 @@
        {"12", false},
        {"UK", true},
        {"Xf", false},
        {"ÖÄ", false},
        {"\u00D6\u00C4", false},
    };
  }