#REFACTORING by cg
authorClaus Gittinger <cg@exept.de>
Sat, 14 May 2016 15:29:23 +0200
changeset 16582 b8cf168562bb
parent 16581 59a0b0806373
child 16583 85a20a1dad3c
#REFACTORING by cg class: Tools::TestRunner2 changed: #runCoverageAction use showInfo instead of accessing the infoHolder
Tools__TestRunner2.st
--- a/Tools__TestRunner2.st	Sat May 14 15:28:35 2016 +0200
+++ b/Tools__TestRunner2.st	Sat May 14 15:29:23 2016 +0200
@@ -1337,7 +1337,7 @@
         ].
     ].
 
-    browser infoLabelHolder value:nil.
+    browser showInfo:nil.
     self withWaitCursorDo:[
         InstrumentationContext runForCoverage:[
             result := self runSuite: self selectedTestSuite.