Index: vhUnitTest/APPS/Halux/PPS/impl/UitvoeringInfoInvuller/Test.cls.xml =================================================================== diff -u -r29059 -r74587 --- vhUnitTest/APPS/Halux/PPS/impl/UitvoeringInfoInvuller/Test.cls.xml (.../Test.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/PPS/impl/UitvoeringInfoInvuller/Test.cls.xml (.../Test.cls.xml) (revision 74587) @@ -9,6 +9,7 @@ Do ProductMock.IndienMethodCall("GeefDossierCode").DanReturn("DummyDossierCode") #dim ProductTypeAPIMock As vhTest.Mock.DOM.PM.ProductTypeAPI = ##class(vhTest.Mock.DOM.PM.ProductTypeAPI).%New() Do ProductTypeAPIMock.IndienMethodCall("GeefMaatwerkProduct","DummyProductID").DanReturn(ProductMock) + Do ProductTypeAPIMock.IndienMethodCall("IsTabletlade","DummyProductID").DanReturn($$$False) Set Utils = ##class(APPS.Halux.PPS.impl.UitvoeringInfoInvuller).%New(ProductTypeAPIMock) Set UI = ##class(APPS.Halux.PPS.dto.SequentieGebaseerdeUitvoeringInfo).%New()