]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-1886: Added explanatory comments re sample name used in partial term matching...
authorAron Roberts <aron@socrates.berkeley.edu>
Mon, 13 Sep 2010 21:50:02 +0000 (21:50 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Mon, 13 Sep 2010 21:50:02 +0000 (21:50 +0000)
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java

index 12f77303648b0089f1b6551042bb3ac11eb6903c..115e1552a39489dc9046b70e975d51960e5da07a 100644 (file)
@@ -58,7 +58,11 @@ public class PersonAuthoritySearchTest extends BaseServiceTest {
     /** The service path component. */
     final String SERVICE_PATH_COMPONENT = "personauthorities";
     
-    // Test name for partial term matching: Lech Walesa
+    // Test name for partial term matching: Lech Wałęsa
+    //
+    // For details regarding the łę characters in the last name, see:
+    // http://en.wikipedia.org/wiki/L_with_stroke
+    // http://en.wikipedia.org/wiki/%C4%98
     //
     // Forename
     final String TEST_PARTIAL_TERM_FORE_NAME = "Lech";
@@ -73,7 +77,7 @@ public class PersonAuthoritySearchTest extends BaseServiceTest {
     // shortId
     final String TEST_SHORT_ID = "lechWalesa";
     
-    final String TEST_KWD_BIRTH_PLACE = "Gdansk"; // Probably wrong on facts
+    final String TEST_KWD_BIRTH_PLACE = "Popowo, Poland";
 
     final String TEST_KWD_NO_MATCH = "Foobar";