Index: vhUnitTest/APPS/Halux/common/impl/VoormontageSequentieProcessor/VerwerkProductieSequentieItem/Base.cls.xml =================================================================== diff -u -r29059 -r68021 --- vhUnitTest/APPS/Halux/common/impl/VoormontageSequentieProcessor/VerwerkProductieSequentieItem/Base.cls.xml (.../Base.cls.xml) (revision 29059) +++ vhUnitTest/APPS/Halux/common/impl/VoormontageSequentieProcessor/VerwerkProductieSequentieItem/Base.cls.xml (.../Base.cls.xml) (revision 68021) @@ -27,7 +27,10 @@ do BatchServiceStub.IndienMethodCall("GeefBatch",..#BatchID).DanReturn(DummyBatch) do ProductieAPIStub.IndienMethodCall("GeefBatchService").DanReturn(BatchServiceStub) - #dim SequentieItem As APPS.Halux.common.ProductieSequentieItem = ..MaakSequentieItem(..#ProductID,..#BatchID) + #dim TotaalAantal As %Integer = 1 + #dim PartijID As DOM.VKP.enu.Klant = ##class(DOM.VKP.enu.Klant).Halux() + #dim SequentieItem As APPS.Halux.common.ProductieSequentieItem = ..MaakSequentieItem(..#ProductID,..#BatchID, TotaalAantal, PartijID) + #dim ProductieSequentieDummy As APPS.Halux.common.ProductieSequentie = ##class(APPS.Halux.common.ProductieSequentie).%New(DummyBatch) #dim SequentieProcessor As APPS.Halux.common.ProductieSequentieProcessor = ..GeefSequentieProcessor(ProductieSequentieDummy) @@ -38,13 +41,16 @@ -ProductID:DOM.common.ProductID,BatchID:%String +ProductID:DOM.common.ProductID,BatchID:%String,TotaalAantal:%Integer,PartijID:DOM.VKP.enu.Klant 1 APPS.Halux.common.ProductieSequentieItem