Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r51001 -r51004 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 51001) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerTAX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 51004) @@ -101,7 +101,7 @@ Do ProductTypeAPI.IndienMethodCall("GeefMaatwerkProduct", ProductID).DanReturn(MaatwerkProductStub) Set ProductieOpstartfaseBepalerStub = ##class(vhTest.Mock.APPS.Halux.common.impl.ProductieGroepBepaler.ProductieOpstartfaseBepalerTAX).%New() - Do ProductieOpstartfaseBepalerStub.VerwachtMethodCall("IsInOpstartfase",MaatwerkProductStub,ProductID).DanReturn($$$False) + Do ProductieOpstartfaseBepalerStub.VerwachtMethodCall("IsInOpstartfase",MaatwerkProductStub).DanReturn($$$False) #dim ProductieGroepBepaler As APPS.Halux.common.impl.ProductieGroepBepalerTAX = $zobjclassmethod(..ProductieGroepBepalerClassName,"%New",ProductieOpstartfaseBepalerStub) Do $$$AssertEquals(ProductieGroepBepaler.GeefProductieGroep(KlantId, ProductID), VerwachteProductieGroep)