# HG changeset patch # User Stefan Vogel # Date 1366386466 -7200 # Node ID 8ccb64f2e2f7362ecd37f1a327fa4e820d969e39 # Parent 428c2391c132810d77d9ad6c2f7ebe5052b33357 class: TestResult comment/format in: #stateFail #statePass diff -r 428c2391c132 -r 8ccb64f2e2f7 TestResult.st --- a/TestResult.st Fri Apr 19 11:39:28 2013 +0200 +++ b/TestResult.st Fri Apr 19 17:47:46 2013 +0200 @@ -61,14 +61,14 @@ ! stateFail - "this symbl used to freak around everywhere in the code; + "this symbol used to freak around everywhere in the code; and I was never sure if #fail or #failed is to be used." ^ #fail ! statePass - "this symbl used to freak around everywhere in the code; + "this symbol used to freak around everywhere in the code; and I was never sure if #pass or #passed is to be used." ^ #pass @@ -556,11 +556,11 @@ !TestResult class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.53 2013-04-19 09:39:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.54 2013-04-19 15:47:46 stefan Exp $' ! version_CVS - ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.53 2013-04-19 09:39:27 cg Exp $' + ^ '$Header: /cvs/stx/stx/goodies/sunit/TestResult.st,v 1.54 2013-04-19 15:47:46 stefan Exp $' ! version_SVN