Index: Tools/Mock/TestDoubleCreator.cls.xml
===================================================================
diff -u -r2843 -r2988
--- Tools/Mock/TestDoubleCreator.cls.xml (.../TestDoubleCreator.cls.xml) (revision 2843)
+++ Tools/Mock/TestDoubleCreator.cls.xml (.../TestDoubleCreator.cls.xml) (revision 2988)
@@ -45,15 +45,39 @@
Do:..HasToClearMethods() ..GeneratedClass.Methods.Clear()
Do ..CreateInstanceMethod()
- set itMethods = ##class(TECH.ListIterator).%New(..Class.Methods)
+
+ Do ..GenerateMethods()
+
+ Do ..SaveGeneratedClass()
+ do ..ExportToSVN(..GeneratedClass.Name)
+ do ..svnHelper.CompileImportedSourceCode()
+ }
+]]>
+
+
+
+1
+
@@ -74,7 +98,7 @@
ClassName:%String
1
%Dictionary.ClassDefinition
-
@@ -85,10 +109,11 @@
-1
Method:%Dictionary.MethodDefinition
1
%Boolean
+
@@ -129,7 +154,7 @@
set TestDoubleMethod.parent = ..GeneratedClass
set TestDoubleMethod.ReturnType = Method.ReturnType
set TestDoubleMethod.FormalSpec = Method.FormalSpec
- set TestDoubleMethod.SequenceNumber=2
+ set TestDoubleMethod.SequenceNumber = 2
#dim Body As %String = ..GetMethodBody(TestDoubleMethod)
do TestDoubleMethod.Implementation.WriteLine(Body)
do TestDoubleMethod.%Save()