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

Ludovic Poitou
31.57.2012 14d0097d0458ddf4a03e66f283adef1abfad6fa8
Fix unit test that was failing to compile on the combo MacOSX / Java 7 / NetBeans due to non-ascii characters.
1 files modified
2 ■■■ changed files
opendj-sdk/opends/tests/unit-tests-testng/src/server/org/opends/server/schema/CountryStringSyntaxTest.java 2 ●●● patch | view | raw | blame | history
opendj-sdk/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},
    };
  }