Index: vhUnitTest/DOM/PM/OL/Gamma/TestData.cls.xml =================================================================== diff -u -r734 -r793 --- vhUnitTest/DOM/PM/OL/Gamma/TestData.cls.xml (.../TestData.cls.xml) (revision 734) +++ vhUnitTest/DOM/PM/OL/Gamma/TestData.cls.xml (.../TestData.cls.xml) (revision 793) @@ -1,10 +1,10 @@ - + vhLib.Macro,vhUnitTest.DOM.PM.OL.Gamma 1 %RegisteredObject -62101,57088.099493 +62125,35719.177107 0 @@ -103,7 +103,7 @@ For i=1:1:$LL(lbUnIDs) { Set UnID=$LG(lbUnIDs,i) Set sc=##class(Prod.Kenmerk.DataDefinitie).DeleteViaUnID(UnID) - If $$$ISERR(sc) ; throw error ofzo + If $$$ISERR(sc) write $$ParseStatus^vhLib(sc),! ; throw error ofzo } Quit ]]> @@ -592,5 +592,5 @@ ]]> - + Index: vhUnitTest/DOM/PM/OL/Gamma/ZoekProductGroepZoekterm.cls.xml =================================================================== diff -u -r734 -r793 --- vhUnitTest/DOM/PM/OL/Gamma/ZoekProductGroepZoekterm.cls.xml (.../ZoekProductGroepZoekterm.cls.xml) (revision 734) +++ vhUnitTest/DOM/PM/OL/Gamma/ZoekProductGroepZoekterm.cls.xml (.../ZoekProductGroepZoekterm.cls.xml) (revision 793) @@ -1,5 +1,5 @@ - + Oproepen via @@ -17,7 +17,7 @@ DOM.PM.OL,BL.Derde.KlantSpecifiek 1 vhUnitTest.TestCase -62094,61935.45769 +62125,63654.644062 0 @@ -444,9 +444,10 @@ set dtoGamma = implOrgaluxProductGamma.ZoekProductGroepen(ProductCriteria,Zoekterm,,ZoektermCategorie) if $IsObject(dtoGamma) { - do $$$AssertEquals(2,dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.Count(),"Controle Groep") - do $$$AssertEquals("ICT_GrpKey17a",dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.GetAt(1).Identifier,"Controle Groep") - do $$$AssertEquals("ICT_GrpKey17b",dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.GetAt(2).Identifier,"Controle Groep") + do $$$AssertEquals(3,dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.Count(),"Controle Groep") + do $$$AssertEquals("ICT_GrpKey03",dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.GetAt(1).Identifier,"Controle Groep") + do $$$AssertEquals("ICT_GrpKey17a",dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.GetAt(2).Identifier,"Controle Groep") + do $$$AssertEquals("ICT_GrpKey17b",dtoGamma.ProductSubGroepen.GetAt("1").ProductGroepen.GetAt(3).Identifier,"Controle Groep") } else { do $$$AssertEquals(1,0,"ZoekProductGroepen ZoektermTest3b geen resultaten") // failed @@ -478,5 +479,5 @@ ]]> - +