Index: vhUnitTest/Tools/ObjectDumper/TestDumper.cls.xml =================================================================== diff -u -r2008 -r2824 --- vhUnitTest/Tools/ObjectDumper/TestDumper.cls.xml (.../TestDumper.cls.xml) (revision 2008) +++ vhUnitTest/Tools/ObjectDumper/TestDumper.cls.xml (.../TestDumper.cls.xml) (revision 2824) @@ -55,7 +55,7 @@ do ..AssertValue("PropertyAsObjectZonderPackage = nn@vhUnitTest.Tools.ObjectDumper.Object") do ..AssertValue("PropertyAsObjectZonderPackage.PropertyAsInteger = 1") do ..AssertValue("PropertyAsObjectZonderPackage.PropertyAsString = string") - + do ..AssertValue("PropertyAsArrayOfObjects = nn@%Collection.ArrayOfObj") do ..AssertValue("PropertyAsArrayOfObjects[Key1].PropertyAsInteger = 1") do ..AssertValue("PropertyAsArrayOfObjects[Key1].PropertyAsString = string") @@ -76,6 +76,10 @@ do ..AssertValue("PropertyAsEnumeration = 1") + do ..AssertValue("PropertyAsSerialObject = nn@vhUnitTest.Tools.ObjectDumper.SerialObject") + do ..AssertValue("PropertyAsSerialObject.PropertyAsInteger = 1") + do ..AssertValue("PropertyAsSerialObject.PropertyAsString = string") + do $$$AssertEquals(..DumpResult.Count(),..AssertCounter,"aantal gecontroleerd is gelijk aan verwacht") ]]>