class: Tools::TestRunnerEmbedded
authorClaus Gittinger <cg@exept.de>
Sat, 28 Feb 2015 21:32:04 +0100
changeset 15477 b628707db922
parent 15476 84f76104afc8
child 15478 7c9d4e7982b5
class: Tools::TestRunnerEmbedded comment/format in: #suiteForRun
Tools__TestRunnerEmbedded.st
--- a/Tools__TestRunnerEmbedded.st	Sat Feb 28 21:31:47 2015 +0100
+++ b/Tools__TestRunnerEmbedded.st	Sat Feb 28 21:32:04 2015 +0100
@@ -289,7 +289,7 @@
 
 suiteForRun
     "if methods are selected, a suite for those methods is built and returned.
-     If protocoly are selected, a suite for all methods in those protocols
+     If protocols are selected, a suite for all methods in those protocols
      is built and returned.
      Otherwise, a suite for all methods in the class is built and returned"
     
@@ -344,10 +344,10 @@
 !TestRunnerEmbedded class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerEmbedded.st,v 1.44 2015-02-27 22:42:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerEmbedded.st,v 1.45 2015-02-28 20:32:04 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerEmbedded.st,v 1.44 2015-02-27 22:42:43 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunnerEmbedded.st,v 1.45 2015-02-28 20:32:04 cg Exp $'
 ! !