#TUNING by cg
authorClaus Gittinger <cg@exept.de>
Fri, 28 Jul 2017 09:45:10 +0200
changeset 1653 8b473de054eb
parent 1652 df3c6ccdb0e7
child 1654 9091b358d049
#TUNING by cg class: RegressionTests::SoundexStringComparatorTest changed: #test01_SomeCombinations
RegressionTests__SoundexStringComparatorTest.st
--- a/RegressionTests__SoundexStringComparatorTest.st	Thu Jul 27 20:55:56 2017 +0200
+++ b/RegressionTests__SoundexStringComparatorTest.st	Fri Jul 28 09:45:10 2017 +0200
@@ -23,7 +23,9 @@
     
     |code s|
 
-    "/ compares all 4-char combinations against
+    self skip:'this test does not really test anything (except if all 4-char string combinations can be soundexed)'.
+
+    "/ compares all 4-char combinations against what?
     $A to:$Z do:[:c1 |
         $A to:$Z do:[:c2 |
             $A to:$Z do:[:c3 |
@@ -37,6 +39,7 @@
     ].
 
     "Created: / 27-07-2017 / 15:14:53 / cg"
+    "Modified: / 28-07-2017 / 09:43:53 / cg"
 !
 
 test02_WellKnownResults
@@ -182,5 +185,9 @@
 
 version
     ^ '$Header$'
+!
+
+version_CVS
+    ^ '$Header$'
 ! !