Index: vhUnitTest/APPS/EC/impl/KlantDataReferentieBepaler/GeefKlantDataReferentie/Test.cls.xml =================================================================== diff -u -r29059 -r37517 --- vhUnitTest/APPS/EC/impl/KlantDataReferentieBepaler/GeefKlantDataReferentie/Test.cls.xml (.../Test.cls.xml) (revision 29059) +++ vhUnitTest/APPS/EC/impl/KlantDataReferentieBepaler/GeefKlantDataReferentie/Test.cls.xml (.../Test.cls.xml) (revision 37517) @@ -58,6 +58,8 @@ #dim CommonAPI As vhTest.Mock.APPS.common.CommonAPI = ##class(vhTest.Mock.APPS.common.CommonAPI).MockInstance() Do CommonAPI.IndienMethodCall("GeefDataService",..#PersonalityID).DanReturn(DataServiceStub) + Set DummyAdminTekstUtils = ##class(APPS.common.impl.AdminTekstUtils).%New() + Do CommonAPI.IndienMethodCall("GeefAdminTekstUtils").DanReturn(DummyAdminTekstUtils) Set OfferteStub = ##class(vhTest.Mock.APPS.VKP.Offerte).%New() Do OfferteStub.IndienMethodCall("GeefKlantID").DanReturn($$$DummyString)