class: Tools::TestRunner2
authorClaus Gittinger <cg@exept.de>
Mon, 23 Jun 2014 11:12:23 +0200
changeset 14537 e3dc190bfcf0
parent 14536 c9282ea56553
child 14538 afb944cb7612
class: Tools::TestRunner2 comment/format in: #initialize
Tools__TestRunner2.st
--- a/Tools__TestRunner2.st	Mon Jun 23 11:08:57 2014 +0200
+++ b/Tools__TestRunner2.st	Mon Jun 23 11:12:23 2014 +0200
@@ -96,6 +96,9 @@
 initialize
     self initializeHistory.
 
+    "/ mhmh - somehow, this does not work if done immediately
+    "/ (probably Launcher is not yet initialized in some situations).
+    "/ therefore, do it delayed.
     Smalltalk addStartBlock: [
         self installInLauncher
     ]
@@ -1873,7 +1876,7 @@
 !TestRunner2::ClassList class methodsFor:'documentation'!
 
 version
-    ^'$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.49 2014-06-23 09:08:57 cg Exp $'
+    ^'$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.50 2014-06-23 09:12:23 cg Exp $'
 ! !
 
 !TestRunner2::ClassList methodsFor:'private'!
@@ -2378,15 +2381,15 @@
 !TestRunner2 class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.49 2014-06-23 09:08:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.50 2014-06-23 09:12:23 cg Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.49 2014-06-23 09:08:57 cg Exp $'
+    ^ '$Header: /cvs/stx/stx/libtool/Tools__TestRunner2.st,v 1.50 2014-06-23 09:12:23 cg Exp $'
 !
 
 version_SVN
-    ^ '$Id: Tools__TestRunner2.st,v 1.49 2014-06-23 09:08:57 cg Exp $'
+    ^ '$Id: Tools__TestRunner2.st,v 1.50 2014-06-23 09:12:23 cg Exp $'
 ! !