From: Aron Roberts Date: Fri, 21 May 2010 04:11:21 +0000 (+0000) Subject: CSPACE-809,CSPACE-1886: Fixed trivial but embarrassing typo in Lech Walesa's name... X-Git-Url: https://git.aero2k.de/?a=commitdiff_plain;h=78ac79a9766a8c880b9827cceeaea2e1495938d4;p=tmp%2Fjakarta-migration.git CSPACE-809,CSPACE-1886: Fixed trivial but embarrassing typo in Lech Walesa's name, used for partial term matching tests in PersonServiceTest. Also allows noting that a UTF-8 test of partial matches, as per CSPACE-1886, is present but currently fails and is commented out for now. --- diff --git a/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java b/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java index 088ea7520..22fd54ccd 100644 --- a/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java +++ b/services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java @@ -89,7 +89,7 @@ public class PersonAuthorityServiceTest extends AbstractServiceTestImpl { /** The test death date. */ final String TEST_DEATH_DATE = "June 11, 1979"; - // Test name for partial term matching: Lech Walensa + // Test name for partial term matching: Lech Walesa final String TEST_PARTIAL_TERM_FORE_NAME = "Lech"; // Contains two non-USASCII range Unicode UTF-8 characters final String TEST_PARTIAL_TERM_SUR_NAME = "Wa" + "\u0142" + "\u0119" + "sa";