]> git.aero2k.de Git - tmp/jakarta-migration.git/commitdiff
CSPACE-809,CSPACE-1886: Fixed trivial but embarrassing typo in Lech Walesa's name...
authorAron Roberts <aron@socrates.berkeley.edu>
Fri, 21 May 2010 04:11:21 +0000 (04:11 +0000)
committerAron Roberts <aron@socrates.berkeley.edu>
Fri, 21 May 2010 04:11:21 +0000 (04:11 +0000)
services/person/client/src/test/java/org/collectionspace/services/client/test/PersonAuthorityServiceTest.java

index 088ea75205efda8d9016d21d00b95dc5a0853f18..22fd54ccd642f51b83dc1bdd5a2391dad946cf6a 100644 (file)
@@ -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";