#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 25 Feb 2020 17:18:36 +0100
changeset 2575 1d58d4961f53
parent 2574 02c1bb012f30
child 2576 79690400ae34
#OTHER by cg s
RegressionTests__StringTests.st
--- a/RegressionTests__StringTests.st	Tue Feb 25 17:17:25 2020 +0100
+++ b/RegressionTests__StringTests.st	Tue Feb 25 17:18:36 2020 +0100
@@ -15,11 +15,7 @@
 !StringTests class methodsFor:'queries'!
 
 coveredClassNames
-    "should be redefined to return a collection of classes which are tested by
-     this suite/case.
-     If not redefined, coveredPackageNames should be.
-
-     These classes can be instrumented for coverage analysis,
+    "These classes can be instrumented for coverage analysis,
      before running the suite to provide coverage analysis/report"
 
     ^ #( String CharacterArray )