]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
NOJIRA: Changing UTF-8 test string because of issue with tests failing on some macOS...
authorRichard Millet <remillet@yahoo.com>
Fri, 25 May 2018 18:54:25 +0000 (11:54 -0700)
committerRichard Millet <remillet@yahoo.com>
Fri, 25 May 2018 18:54:25 +0000 (11:54 -0700)
services/collectionobject/client/src/test/java/org/collectionspace/services/client/test/CollectionObjectSearchTest.java

index 4ff9cabf691cacf20cc9ec5a8ed5e9af55ff8542..e7a1c01c52624bb3bb7d522878d45a755a61e8a9 100644 (file)
@@ -85,8 +85,8 @@ public class CollectionObjectSearchTest extends BaseServiceTest<AbstractCommonLi
        // Ж : Cyrillic capital letter Zhe with breve (U+04C1)
        // Ŵ : Latin capital letter W with circumflex (U+0174)
        // Ω : Greek capital letter Omega (U+03A9)
-       final String UTF8_KEYWORD = "to" + '\u0394' + '\u04C1' + '\u0174'
-                       + '\u03A9';
+//     final String UTF8_KEYWORD = "to" + '\u0394' + '\u04C1' + '\u0174' + '\u03A9';
+       final String UTF8_KEYWORD = "A" + "\u00ea" + "\u00f1" + "\u00fc" + "C";
        // Non-existent term unlikely to be encountered in actual collections
        // data, consisting of two back-to-back sets of the first letters of
        // each of the words in a short pangram for the English alphabet.