RegressionTests__Base64Tests.st
changeset 2576 79690400ae34
parent 2137 f64e7778af86
--- a/RegressionTests__Base64Tests.st	Tue Feb 25 17:18:36 2020 +0100
+++ b/RegressionTests__Base64Tests.st	Tue Feb 25 17:18:39 2020 +0100
@@ -1,3 +1,5 @@
+"{ Encoding: utf8 }"
+
 "{ Package: 'stx:goodies/regression' }"
 
 "{ NameSpace: RegressionTests }"
@@ -30,11 +32,7 @@
 !Base64Tests 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"
 
     ^ #( Base64Coder )