TestResult.st
changeset 183 657b3b690c83
parent 136 483eb95e98b7
child 222 8e6f482297fa
--- a/TestResult.st	Wed Aug 20 22:39:23 2008 +0200
+++ b/TestResult.st	Wed Sep 03 10:50:25 2008 +0200
@@ -45,7 +45,7 @@
         self failure raiseErrorString: aString
 ! !
 
-!TestResult class methodsFor:'init / release'!
+!TestResult class methodsFor:'initialization & release'!
 
 new
 	^super new initialize
@@ -241,5 +241,5 @@
 !TestResult class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.18 2006-08-28 14:54:31 boris Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.19 2008-09-03 08:50:25 cg Exp $'
 ! !