Index: vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Decrypteer/Test.cls.xml =================================================================== diff -u -r49903 -r50125 --- vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Decrypteer/Test.cls.xml (.../Test.cls.xml) (revision 49903) +++ vhUnitTest/WSimpl/Vhisie4/Auth/HandelAuthenticator/Decrypteerder/Decrypteer/Test.cls.xml (.../Test.cls.xml) (revision 50125) @@ -51,7 +51,7 @@ Set ..LoginParameters = ##class(WSimpl.Unishop.Login.ParametersHandel).%New() Set ..LoginParameters.GebruikerID = "1" - Set ..LoginParameters.KlantID = "5" + Set ..LoginParameters.KlantID = "daro_5" Set ..LoginParameters.PersonalityID = ##class(DOM.common.enu.Personality).Daro() Set ..LoginParameters.RemoteIP = "127.0.0.257" Set ..LoginParameters.Taal = "E" @@ -90,7 +90,7 @@ Do KortingBewaarderMock.VerwachtMethodCall("BewaarMeegegevenKorting", ..DecrypteerRequestStub.Ref, ..DecrypteerRequestStub.DataOpt).ExactAantalKeer(1) #dim HandelKlantDataRepositoryMock As vhTest.Mock.TECH.Persistentie.Repository = ##class(vhTest.Mock.TECH.Persistentie.Repository).%New() - Do HandelKlantDataRepositoryMock.IndienMethodCall("GeefViaID", HandelPersonalityMock.GeefPrefix() _ ..LoginParameters.KlantID).DanReturn(..KlantData) + Do HandelKlantDataRepositoryMock.IndienMethodCall("GeefViaID", ..LoginParameters.KlantID).DanReturn(..KlantData) #dim RandomToegelatenLadetypes As %ListOfDataTypes = ##class(TECH.ListUtils).CreateListOfDataTypes("LadeType1", "LadeType2", "LadeType3") #dim HandelToegelatenLadetypesBepalerMock As vhTest.Mock.DOM.VKP.impl.HandelToegelatenLadetypesBepaler = ##class(vhTest.Mock.DOM.VKP.impl.HandelToegelatenLadetypesBepaler).%New() @@ -191,7 +191,7 @@ Do HandelPersonalityStub.IndienMethodCall("Accept",HandelPersonalityStub).DanReturn(..KlantData) Set HandelKlantDataRepositoryStub = ##class(vhTest.Mock.TECH.Persistentie.Repository).%New() - Do HandelKlantDataRepositoryStub.IndienMethodCall("GeefViaID",HandelPersonalityStub.GeefPrefix()_..LoginParameters.KlantID).DanReturn("") + Do HandelKlantDataRepositoryStub.IndienMethodCall("GeefViaID",..LoginParameters.KlantID).DanReturn("") Set Decrypteerder = ##class(WSimpl.Vhisie4.Auth.HandelAuthenticator.Decrypteerder).%New(LoginParameterBepalerStub,HandelKlantDataRepositoryStub,..HandelPersonalityRepositoryDummy,..WebshopSessionServiceDummy,..KortingBewaarderDummy,..UrlBepalerStub)