Index: vhUnitTest/Tools/ObjectDumper/TestCodeCreator.cls.xml =================================================================== diff -u -r1988 -r2008 --- vhUnitTest/Tools/ObjectDumper/TestCodeCreator.cls.xml (.../TestCodeCreator.cls.xml) (revision 1988) +++ vhUnitTest/Tools/ObjectDumper/TestCodeCreator.cls.xml (.../TestCodeCreator.cls.xml) (revision 2008) @@ -3,16 +3,16 @@ vhUnitTest.TestCase + +0 + + %Integer 0 1 - -0 - - %ListOfDataTypes 1 @@ -42,6 +42,9 @@ do ..AssertValue("set BaseObject.PropertyAsListOfDataTypes = ##class(%ListOfDataTypes).%New()") do ..AssertValue("do BaseObject.PropertyAsListOfDataTypes.Insert(""Item1"")") do ..AssertValue("do BaseObject.PropertyAsListOfDataTypes.Insert(""Item2"")") + do ..AssertValue("set BaseObject.PropertyAsListOfString = ##class(%ListOfDataTypes).%New()") + do ..AssertValue("do BaseObject.PropertyAsListOfString.Insert(""Item1"")") + do ..AssertValue("do BaseObject.PropertyAsListOfString.Insert(""Item2"")") do ..AssertValue("do BaseObject.PropertyAsListOfObjects.Insert(##class(vhUnitTest.Tools.ObjectDumper.Object).%New())") do ..AssertValue("set BaseObject.PropertyAsListOfObjects.GetAt(1).PropertyAsInteger = ""1""") do ..AssertValue("set BaseObject.PropertyAsListOfObjects.GetAt(1).PropertyAsString = ""string""")