#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 26 Mar 2019 18:29:21 +0100
changeset 2177 c7dbed39db2b
parent 2176 c722ef4e6a78
child 2178 11781ca120e8
#OTHER by cg class: TestCase category of: #setUp #tearDown
RegressionTests__Metaphone3StringComparatorTest.st
--- a/RegressionTests__Metaphone3StringComparatorTest.st	Tue Mar 26 18:29:19 2019 +0100
+++ b/RegressionTests__Metaphone3StringComparatorTest.st	Tue Mar 26 18:29:21 2019 +0100
@@ -1,5 +1,3 @@
-"{ Encoding: utf8 }"
-
 "{ Package: 'stx:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -12,7 +10,7 @@
 !
 
 
-!Metaphone3StringComparatorTest methodsFor:'running'!
+!Metaphone3StringComparatorTest methodsFor:'initialize / release'!
 
 setUp
     Metaphone3StringComparator notNil ifTrue:[
@@ -92,7 +90,7 @@
     self assert: ( code := soundex value:( 'goth' )) = 'K0' .
     self assert: ( code := soundex value:( 'gothic' )) = 'K0K' .
 
-    self assert: ( code := soundex value:( 'MONSIEUR' )) = 'MS'.  "/ mosiö
+    self assert: ( code := soundex value:( 'MONSIEUR' )) = 'MS'.  "/ mosiö
 
     "Created: / 27-07-2017 / 15:14:59 / cg"
     "Modified: / 31-07-2017 / 20:01:26 / cg"