TestCase.st
changeset 564 532d91f2daf8
parent 563 1082d1112ccd
child 565 0bcfed632d51
--- a/TestCase.st	Wed Apr 03 15:56:36 2013 +0200
+++ b/TestCase.st	Wed Apr 03 15:56:57 2013 +0200
@@ -679,8 +679,8 @@
             ]
         ].
 
-        "/ if proceeded in the debugger, we arrive here;
-        "/ but still, this is not always a pass !!
+        " if proceeded in the debugger, we arrive here; "
+        " but still, this is not always a pass !! "
         outcome := TestCaseOutcome new.
         outcome testCase: testCase.
         outcome result: result.
@@ -904,11 +904,11 @@
 !TestCase class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.95 2013-04-03 13:56:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.96 2013-04-03 13:56:57 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.95 2013-04-03 13:56:36 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.96 2013-04-03 13:56:57 cg Exp $'
 !
 
 version_SVN