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

Ludovic Poitou
31.57.2012 dbe2b5a37d2b84fb26dc44434f23f53af69ee641
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
opends/tests/unit-tests-testng/src/server/org/opends/server/schema/CountryStringSyntaxTest.java 2 ●●● patch | view | raw | blame | history
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},
    };
  }