From c0a7bfa18b1d372c805f55312a09aaeeee0632e6 Mon Sep 17 00:00:00 2001 From: Aron Roberts Date: Mon, 13 Sep 2010 21:50:02 +0000 Subject: [PATCH] CSPACE-1886: Added explanatory comments re sample name used in partial term matching tests. --- .../services/client/test/PersonAuthoritySearchTest.java | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"; -- 2.47.3