]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1886: Corrected construction of a Unicode UTF-8 term against which to test...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 13 Sep 2010 21:38:40 +0000 (21:38 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 13 Sep 2010 21:38:40 +0000 (21:38 +0000)
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java

index fa0105bb488d5e58e95657da66fd9596dcc1d8fa..12f77303648b0089f1b6551042bb3ac11eb6903c 100644 (file)
@@ -64,7 +64,7 @@ public class PersonAuthoritySearchTest extends BaseServiceTest {
     final String TEST_PARTIAL_TERM_FORE_NAME = "Lech";
     //
     // Surname (contains two non-USASCII range Unicode UTF-8 characters)
-    final String TEST_PARTIAL_TERM_SUR_NAME = "Wa" + "\u0142" + "\u0119" + "sa";
+    final String TEST_PARTIAL_TERM_SUR_NAME = "Wa" + '\u0142' + '\u0119' + "sa";
     //
     // Displayname
     final String TEST_PARTIAL_TERM_DISPLAY_NAME =