class: TestResult
authorStefan Vogel <sv@exept.de>
Fri, 19 Apr 2013 17:47:46 +0200
changeset 574 8ccb64f2e2f7
parent 573 428c2391c132
child 575 f55a221af068
class: TestResult comment/format in: #stateFail #statePass
TestResult.st
--- a/TestResult.st	Fri Apr 19 11:39:28 2013 +0200
+++ b/TestResult.st	Fri Apr 19 17:47:46 2013 +0200
@@ -61,14 +61,14 @@
 !
 
 stateFail
-    "this symbl used to freak around everywhere in the code;
+    "this symbol used to freak around everywhere in the code;
      and I was never sure if #fail or #failed is to be used."
 
     ^ #fail
 !
 
 statePass
-    "this symbl used to freak around everywhere in the code;
+    "this symbol used to freak around everywhere in the code;
      and I was never sure if #pass or #passed is to be used."
 
     ^ #pass
@@ -556,11 +556,11 @@
 !TestResult class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.53 2013-04-19 09:39:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.54 2013-04-19 15:47:46 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.53 2013-04-19 09:39:27 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.54 2013-04-19 15:47:46 stefan Exp $'
 !
 
 version_SVN