category of: #postAutoload
authorStefan Vogel <sv@exept.de>
Tue, 05 Jul 2011 14:22:37 +0200
changeset 237 5dfc55110c28
parent 236 037f084beb1b
child 238 384805dcb5dd
category of: #postAutoload
TestCase.st
--- a/TestCase.st	Tue Jul 05 14:05:06 2011 +0200
+++ b/TestCase.st	Tue Jul 05 14:22:37 2011 +0200
@@ -24,6 +24,10 @@
     "
      self initialize
     "
+!
+
+postAutoload
+    self projectDefinitionClass loadExtensions
 ! !
 
 !TestCase class methodsFor:'instance creation'!
@@ -324,10 +328,6 @@
     "Created: / 15-03-2010 / 19:15:15 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 !
 
-postAutoload
-    self projectDefinitionClass loadExtensions
-!
-
 removeSelector: selector from: collection
 
     "Removes given selector from collection. Answers
@@ -750,7 +750,7 @@
 !TestCase class methodsFor:'documentation'!
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.59 2011-07-05 12:02:42 stefan Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.60 2011-07-05 12:22:37 stefan Exp $'
 !
 
 version_SVN