comment
authorClaus Gittinger <cg@exept.de>
Thu, 13 Dec 2001 18:49:20 +0100
changeset 43 d46c62bd3c4e
parent 42 e661bb33c988
child 44 63d3c94197da
comment
TestRunner.st
--- a/TestRunner.st	Sat Dec 08 02:59:39 2001 +0100
+++ b/TestRunner.st	Thu Dec 13 18:49:20 2001 +0100
@@ -9,6 +9,17 @@
 	category:'SUnit-UI'
 !
 
+!TestRunner class methodsFor:'documentation'!
+
+documentation
+"
+    This GUI is based on SUnit2.7 and 
+    was ported to ST/X by Samuel S. Schuster (as 2.7)  (thanks, indeed)
+
+    It was slightly enhanced by adding a rerun-defects, browse and
+    a category selector (to minor revision 2.7d, in the meantime)
+" 
+! !
 
 !TestRunner class methodsFor:'defaults'!
 
@@ -68,8 +79,8 @@
         #name: #windowSpec
         #window: 
        #(#WindowSpec
-          #label: 'SUnit Camp Smalltalk 2.7c TestRunner'
-          #name: 'SUnit Camp Smalltalk 2.7c TestRunner'
+          #label: 'SUnit Camp Smalltalk 2.7d TestRunner'
+          #name: 'SUnit Camp Smalltalk 2.7d TestRunner'
           #min: #(#Point 362 122)
           #bounds: #(#Rectangle 177 150 670 325)
           #icon: #defaultIcon
@@ -956,5 +967,5 @@
 !TestRunner class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.22 2001-12-08 01:59:39 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestRunner.st,v 1.23 2001-12-13 17:49:20 cg Exp $'
 ! !