Refactored to use TestResultOutcome
authorvrany
Tue, 16 Aug 2011 20:00:25 +0200
changeset 349 1cd3a8910934
parent 348 495b624bf94b
child 350 924a41b9a89d
Refactored to use TestResultOutcome
stx_goodies_sunit.st
--- a/stx_goodies_sunit.st	Tue Aug 16 20:00:16 2011 +0200
+++ b/stx_goodies_sunit.st	Tue Aug 16 20:00:25 2011 +0200
@@ -10,7 +10,7 @@
 !stx_goodies_sunit class methodsFor:'documentation'!
 
 extensionsVersion_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.19 2011-08-09 23:28:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.20 2011-08-16 18:00:25 vrany Exp $'
 ! !
 
 !stx_goodies_sunit class methodsFor:'description'!
@@ -81,8 +81,10 @@
         (SimpleTestResourceCircular autoload)
         (SimpleTestResourceCircular1 autoload)
         (CircularTestResourceTestCase autoload)
-        TestRunInfo
+        TestCaseOutcome
     )
+
+    "Modified: / 16-08-2011 / 18:57:25 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
 extensionMethodNames
@@ -133,13 +135,13 @@
     "Return a SVN revision number of myself.
      This number is updated after a commit"
 
-    ^ "$SVN-Revision:"'exportiert'"$"
+    ^ "$SVN-Revision:"'exported'"$"
 ! !
 
 !stx_goodies_sunit class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.19 2011-08-09 23:28:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/stx_goodies_sunit.st,v 1.20 2011-08-16 18:00:25 vrany Exp $'
 !
 
 version_SVN