class: RegressionTests::ParserTests expecco_2_4_0 expecco_2_4_1
authorClaus Gittinger <cg@exept.de>
Tue, 13 Nov 2012 14:44:38 +0100
changeset 750 8f7a78bea037
parent 749 97b804d7b9cf
child 751 8c9ff6c5efe2
class: RegressionTests::ParserTests changed: #setUp
ParserTests.st
--- a/ParserTests.st	Tue Nov 13 14:04:45 2012 +0100
+++ b/ParserTests.st	Tue Nov 13 14:44:38 2012 +0100
@@ -62,12 +62,14 @@
     
     |testClass|
 
-    testClass := self class 
-                subclass:'AnnotationTestedClass'
-                classInstanceVariableNames:''
-                instanceVariableNames:''
-                classVariableNames:''
-                poolDictionaries:''.
+    Class withoutUpdatingChangesDo:[
+        testClass := self class 
+                    subclass:'AnnotationTestedClass'
+                    classInstanceVariableNames:''
+                    instanceVariableNames:''
+                    classVariableNames:''
+                    poolDictionaries:''.
+    ].
     self mockClass:testClass.
 
     "Created: / 29-11-2009 / 20:52:00 / pp <Pavel.Pospichal@gmail.com>"
@@ -1775,6 +1777,10 @@
 
 !ParserTests class methodsFor:'documentation'!
 
+version
+    ^ '$Header$'
+!
+
 version_CVS
     ^ '$Header$'
 !