diff -r 638fc3d975e8 -r 0bf39699aad5 Tools__TestRunnerMini.st --- a/Tools__TestRunnerMini.st Sun Feb 01 20:55:31 2015 +0100 +++ b/Tools__TestRunnerMini.st Sun Feb 01 21:46:21 2015 +0100 @@ -669,10 +669,6 @@ ] ifFalse:[ self withWaitCursorDo:[ testedClasses do:[:eachClass | - infoHolder notNil ifTrue:[ - infoHolder value:('Instrumenting "%1"...' - bindWith:eachClass name) - ]. masterApplication recompileClassWithInstrumentation:eachClass. InstrumentationInfo cleanAllInfoFor:eachClass withChange:true. ]. @@ -1267,14 +1263,14 @@ !TestRunnerMini class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.8 2015-02-01 16:23:47 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.9 2015-02-01 20:46:21 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.8 2015-02-01 16:23:47 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.9 2015-02-01 20:46:21 cg Exp $' ! version_SVN - ^ '$Id: Tools__TestRunnerMini.st,v 1.8 2015-02-01 16:23:47 cg Exp $' + ^ '$Id: Tools__TestRunnerMini.st,v 1.9 2015-02-01 20:46:21 cg Exp $' ! !