quickSelfTest/stx_goodies_builder_quickSelfTest.st
changeset 541 aa25a71be62a
parent 526 4e069da42e11
--- a/quickSelfTest/stx_goodies_builder_quickSelfTest.st	Thu Mar 28 13:05:45 2019 +0100
+++ b/quickSelfTest/stx_goodies_builder_quickSelfTest.st	Thu Mar 28 13:54:38 2019 +0100
@@ -152,7 +152,9 @@
 productName
     " we get this error, if the concrete class has not yet redefined"
 
-    ^ 'Smalltalk/X'
+    ^ 'QuickSelfTestSmalltalk/X'
+
+    "Modified: / 28-03-2019 / 13:54:03 / Claus Gittinger"
 ! !
 
 !stx_goodies_builder_quickSelfTest class methodsFor:'description - startup'!