Tools__TestRunnerMini.st
changeset 15332 efdddd0ef26b
parent 15331 1470fa754b07
child 15335 97a08b01fb25
--- a/Tools__TestRunnerMini.st	Fri Feb 20 11:23:05 2015 +0100
+++ b/Tools__TestRunnerMini.st	Fri Feb 20 11:31:26 2015 +0100
@@ -102,13 +102,13 @@
 'Run the selected test(s) with debugging enabled.\\A debugger is opened on error or assertion failure'
 
 #runAll
-'Run all tests.\\No debugger is opened on error or assertion failure, but the test outcomes are remembered'
+'Run all tests.\\No debugger is opened on error or assertion failure,\but the test outcomes are remembered'
 
 #runFailed
-'Only rerun failed tests.\\No debugger is opened on error or assertion failure, but the tests outcomes are remembered'     
+'Only rerun failed tests.\\No debugger is opened on error or assertion failure,\but the test outcomes are remembered'     
 
 #runSelected
-'Run the selected test(s).\\No debugger is opened on error or assertion failure, but the tests outcomes are remembered'     
+'Run the selected test(s).\\No debugger is opened on error or assertion failure,\but the test outcomes are remembered'     
 
 #stopRun
 'Stop the test-run'
@@ -1263,14 +1263,14 @@
 !TestRunnerMini class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.12 2015-02-20 10:23:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.13 2015-02-20 10:31:26 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.12 2015-02-20 10:23:05 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerMini.st,v 1.13 2015-02-20 10:31:26 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__TestRunnerMini.st,v 1.12 2015-02-20 10:23:05 cg Exp $'
+    ^ '$Id: Tools__TestRunnerMini.st,v 1.13 2015-02-20 10:31:26 cg Exp $'
 ! !