# HG changeset patch # User Claus Gittinger # Date 1423177200 -3600 # Node ID 4c1646efa8570abe65b3a4890bad945789a15f7a # Parent d4b222d4e92900b5c08fb6f6d2f6ca34dbb976bc class: Tools::TestRunner2 diff -r d4b222d4e929 -r 4c1646efa857 Tools__TestRunner2.st --- a/Tools__TestRunner2.st Thu Feb 05 15:32:56 2015 +0100 +++ b/Tools__TestRunner2.st Fri Feb 06 00:00:00 2015 +0100 @@ -1916,7 +1916,7 @@ !TestRunner2::ClassList class methodsFor:'documentation'! version - ^'$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.56 2015-02-01 19:55:31 cg Exp $' + ^'$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.57 2015-02-05 23:00:00 cg Exp $' ! ! !TestRunner2::ClassList methodsFor:'private'! @@ -2236,8 +2236,8 @@ "/ please change as required (and remove this comment) PassedText := ' [passed]' asText colorizeAllWith: Tools::TestRunner2 passedColor darker. - FailedText := ' [failed]' asText colorizeAllWith: Tools::TestRunner2 failedColor darker. - ErrorText := ' [error]' asText colorizeAllWith: Tools::TestRunner2 errorColor darker. + FailedText := ' [','failed' allBold,']' asText colorizeAllWith: Tools::TestRunner2 failedColor "darker". + ErrorText := ' [','error' allBold,']' asText colorizeAllWith: Tools::TestRunner2 errorColor "darker". "Modified: / 07-02-2010 / 15:06:04 / Jan Vrany " ! ! @@ -2421,15 +2421,15 @@ !TestRunner2 class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.56 2015-02-01 19:55:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.57 2015-02-05 23:00:00 cg Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.56 2015-02-01 19:55:31 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.57 2015-02-05 23:00:00 cg Exp $' ! version_SVN - ^ '$Id: Tools__TestRunner2.st,v 1.56 2015-02-01 19:55:31 cg Exp $' + ^ '$Id: Tools__TestRunner2.st,v 1.57 2015-02-05 23:00:00 cg Exp $' ! !