Index: vhUnitTest/AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter/Test.cls.xml =================================================================== diff -u -r45401 -r45413 --- vhUnitTest/AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 45401) +++ vhUnitTest/AX/Uitgaand/PM/BehoeftePlanning/impl/BehoeftePlanningDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 45413) @@ -53,16 +53,10 @@ Set UtilsStub = ##class(vhTest.Mock.AXimpl.Utils).%New() Do UtilsStub.IndienMethodCall("ConvertReqGroupId",$$$ElkeWaarde,$$$ElkeWaarde).DanReturn("ReqGroupId") - #dim AxProductBehoefte As AX.Uitgaand.PM.Product.impl.Product = ..GeefTeConverterenProductBehoefte() - Set ..Utils = UtilsStub - #dim Converter As AX.Uitgaand.PM.BehoeftePlanning.impl.BehoeftePlanningDixfConverter = ..GeefConverter() + #dim ConvertedProductBehoefte As AXdixf.BehoeftePlanning.BehoeftePlanning = ..GeefConverter().Convert(..GeefTeConverterenProductBehoefte(),##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv()) - #dim Vestiging As AXimpl.InterneFirmaInitialen = ##class(AXimpl.InterneFirmaInitialen).VanHoeckeNv() - - #dim ConvertedProductBehoefte As AXdixf.BehoeftePlanning.BehoeftePlanning = Converter.Convert(AxProductBehoefte,Vestiging) - Do $$$AssertEquals(ConvertedProductBehoefte.InventLocationId,"") ]]>