#REFACTORING
authorClaus Gittinger <cg@exept.de>
Thu, 31 Mar 2016 23:50:30 +0200
changeset 642 a5f5bd81a1e5
parent 641 542aa9db84a0
child 643 b7d2529d0209
#REFACTORING class: TestResult changed: #exceptions
TestResult.st
--- a/TestResult.st	Fri Mar 25 22:51:52 2016 +0100
+++ b/TestResult.st	Thu Mar 31 23:50:30 2016 +0200
@@ -165,7 +165,7 @@
      For example, a 'self halt' is not handled by default
      exceptions set"
 
-    ^self class failure , self class error
+    ^self class failure , self class skipped , self class error
 
     "Created: / 03-08-2011 / 14:11:00 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !