TestCase.st
changeset 326 4732cd296e5f
parent 305 f532271f8daa
child 328 66cae160c956
--- a/TestCase.st	Sun Aug 07 13:12:28 2011 +0200
+++ b/TestCase.st	Tue Aug 09 10:50:04 2011 +0200
@@ -15,9 +15,6 @@
 "
 !
 
-TestCase comment:''
-!
-
 
 !TestCase class methodsFor:'initialization'!
 
@@ -27,6 +24,10 @@
     "
      self initialize
     "
+!
+
+postAutoload
+    self projectDefinitionClass loadExtensions
 ! !
 
 !TestCase class methodsFor:'instance creation'!
@@ -367,10 +368,10 @@
 !TestCase class methodsFor:'testing'!
 
 isAbstract
-	"Override to true if a TestCase subclass is Abstract and should not have
-	TestCase instances built from it"
+        "Override to true if a TestCase subclass is Abstract and should not have
+        TestCase instances built from it"
 
-	^self sunitName = #TestCase
+        ^self sunitName = #TestCase
 !
 
 isTestCaseLike
@@ -832,11 +833,11 @@
 !TestCase class methodsFor:'documentation'!
 
 version
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.71 2011-08-04 12:09:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.72 2011-08-09 08:50:04 stefan Exp $'
 !
 
 version_CVS
-    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.71 2011-08-04 12:09:32 vrany Exp $'
+    ^ '$Header: /cvs/stx/stx/goodies/sunit/TestCase.st,v 1.72 2011-08-09 08:50:04 stefan Exp $'
 !
 
 version_SVN