Index: vhUnitTest/TECH/ObjectUtils/ObjectConverterException/ConverteerOutputExceptionsNaarInput/Test.cls.xml =================================================================== diff -u -r2221 -r2223 --- vhUnitTest/TECH/ObjectUtils/ObjectConverterException/ConverteerOutputExceptionsNaarInput/Test.cls.xml (.../Test.cls.xml) (revision 2221) +++ vhUnitTest/TECH/ObjectUtils/ObjectConverterException/ConverteerOutputExceptionsNaarInput/Test.cls.xml (.../Test.cls.xml) (revision 2223) @@ -37,11 +37,11 @@ @@ -81,12 +81,12 @@ While (ExceptionsIterator.HasNext()) { #dim Exception As TECH.ObjectUtils.ObjectConverterPropertyException = ExceptionsIterator.Next() #dim VerwachtePropertyNaam As %String = VerwachtePropertyNamen.GetAt($Increment(i)) - Do $$$AssertEquals(Exception.InputOutput,"input") + Do $$$AssertEquals(Exception.InputOutput,"input","i="_i) Do $$$AssertEquals(Exception.PropertyName,VerwachtePropertyNaam) Do $$$AssertEquals(Exception.PropertyNameFrom,VerwachtePropertyNaam) Do $$$AssertEquals(Exception.PropertyNameTo,"") - Do $$$AssertEquals(Exception.ClassName,"") + Do $$$AssertEquals(Exception.ClassName,"","i="_i) } ]]>