Index: vhUnitTest/DOM/PM/HoutCertificaat/impl/HoutCertificaatBepalerInput/VoegToeProduct/Test.cls.xml =================================================================== diff -u -r29059 -r33570 --- vhUnitTest/DOM/PM/HoutCertificaat/impl/HoutCertificaatBepalerInput/VoegToeProduct/Test.cls.xml (.../Test.cls.xml) (revision 29059) +++ vhUnitTest/DOM/PM/HoutCertificaat/impl/HoutCertificaatBepalerInput/VoegToeProduct/Test.cls.xml (.../Test.cls.xml) (revision 33570) @@ -48,7 +48,7 @@ ;Set HoutCertificaatServiceMock = ##class(vhTest.Mock.DOM.PM.HoutCertificaatService).%New() ;Do HoutCertificaatServiceMock.IndienMethodCall("GeefProductHoutCertificaat").DanReturn() - Do Input.VoegToeProduct(ProductID,1) + Do Input.VoegToeProduct(ProductID,1,$$$False) // Assert #dim ProductItemsArray As array Of DOM.PM.HoutCertificaat.dto.HoutCertificaatProductItemLijst = Input.GeefProductItemsArray() @@ -73,7 +73,7 @@ #dim Substrings = ##class(TECH.ListUtils).CreateListOfDataTypes("Toe te voegen product","heeft geen houtcertificaat") do ..ZetVerwachteExceptie(##class(Tools.Test.VerwachteExceptie).%New("TECH.Exceptions.InvalidInputException",Substrings)) - Do Input.VoegToeProduct(ProductID,1) + Do Input.VoegToeProduct(ProductID,1,$$$False) ]]>