RegressionTests__PhonemStringComparatorTest.st
changeset 1674 2421dc17b2d5
parent 1666 b2721079846a
child 2171 7e1468f91656
--- a/RegressionTests__PhonemStringComparatorTest.st	Thu Aug 03 15:04:24 2017 +0200
+++ b/RegressionTests__PhonemStringComparatorTest.st	Thu Aug 03 15:04:30 2017 +0200
@@ -21,7 +21,7 @@
 !PhonemStringComparatorTest methodsFor:'tests'!
 
 test02_WellKnownResults
-    "tests phonem soundex"
+    "tests some wellknown phonem codes"
 
     |code|
 
@@ -56,6 +56,7 @@
 
     "Created: / 27-07-2017 / 15:14:59 / cg"
     "Modified: / 31-07-2017 / 17:54:31 / cg"
+    "Modified (comment): / 03-08-2017 / 14:57:31 / cg"
 ! !
 
 !PhonemStringComparatorTest class methodsFor:'documentation'!