#OTHER by cg
authorClaus Gittinger <cg@exept.de>
Tue, 26 Mar 2019 18:29:00 +0100
changeset 2167 cb36a250a159
parent 2166 a93ab3a63417
child 2168 03ccd58effec
#OTHER by cg class: TestCase category of: #setUp #tearDown
RegressionTests__MakefileTests.st
--- a/RegressionTests__MakefileTests.st	Tue Mar 26 18:28:58 2019 +0100
+++ b/RegressionTests__MakefileTests.st	Tue Mar 26 18:29:00 2019 +0100
@@ -57,14 +57,16 @@
     "Modified: / 19-11-2013 / 18:49:37 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
-!MakefileTests methodsFor:'running'!
+!MakefileTests methodsFor:'initialize / release'!
 
 setUp
     self setUpForPackage:'tmp:makefiletests'.
 
     "Created: / 19-11-2013 / 12:57:01 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 24-11-2013 / 22:23:33 / Jan Vrany <jan.vrany@fit.cvut.cz>"
-!
+! !
+
+!MakefileTests methodsFor:'running'!
 
 setUpForPackage: pkg
     | components |