quickSelfTest/RunUnitTests.st
changeset 423 a052f2e19783
parent 422 552952c5d93e
child 424 a96e3e463c10
--- a/quickSelfTest/RunUnitTests.st	Thu Oct 12 11:29:45 2017 +0200
+++ b/quickSelfTest/RunUnitTests.st	Thu Oct 12 11:31:03 2017 +0200
@@ -129,7 +129,7 @@
 		    eachClass notNil ifTrue:[
 			eachClass isTestCaseLike ifTrue:[
 			    self
-				logInfo:('unit test class "%1" added.'
+				logInfo:('added unit test class "%1".'
 				    bindWith:eachClassName).
 
 			    unitTestSuite addTest:eachClass suite.
@@ -141,7 +141,7 @@
 		    ].
 		] ifFalse:[
 		    self
-			logInfo:('unit test class "%1" skipped.'
+			logInfo:('skipped unit test class "%1".'
 			    bindWith:eachClassName).
 		].
 	    ].