reports/Builder__TestReport.st
branchjv
changeset 324 3bd7d9ad8b3f
parent 322 9ec2abb1218e
child 325 7a039308efa5
--- a/reports/Builder__TestReport.st	Mon Dec 05 06:48:09 2016 +0100
+++ b/reports/Builder__TestReport.st	Mon Feb 13 12:00:51 2017 +0100
@@ -516,6 +516,7 @@
     etime := OperatingSystem getMillisecondTime.
     timeouted ifTrue:[
         error := TimeoutError new messageText: ('Timed out (effective %1ms, base %2ms, scale %3)' bindWith: timeout with: timeoutBase with:TimeoutScale) .
+	outcome isNil ifTrue:[ outcome := self createOutcome ].
         outcome result: TestResult stateError.
         format 
             writeTestCase: aTestCase outcome: outcome