From: Aron Roberts Date: Mon, 13 Sep 2010 21:50:02 +0000 (+0000) Subject: CSPACE-1886: Added explanatory comments re sample name used in partial term matching... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=c0a7bfa18b1d372c805f55312a09aaeeee0632e6;p=tmp%2Fjakarta-migration.git CSPACE-1886: Added explanatory comments re sample name used in partial term matching tests. --- diff --git a/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java b/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java index 12f773036..115e1552a 100644 --- a/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java +++ b/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthoritySearchTest.java @@ -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";