# HG changeset patch # User Claus Gittinger # Date 1582647516 -3600 # Node ID 1d58d4961f536e97d61d9400899e30faed79d08b # Parent 02c1bb012f303e58b0dd5f865837da93ac6b644c #OTHER by cg s diff -r 02c1bb012f30 -r 1d58d4961f53 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 )