Index: vhUnitTest/AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden/Test.cls.xml =================================================================== diff -u -r59282 -r59513 --- vhUnitTest/AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden/Test.cls.xml (.../Test.cls.xml) (revision 59282) +++ vhUnitTest/AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden/Test.cls.xml (.../Test.cls.xml) (revision 59513) @@ -56,7 +56,7 @@ #dim EventRaiserMock As DOM.MAG.event.EventRaiser = ##class(vhTest.Mock.DOM.MAG.event.EventRaiser).%New() Do EventRaiserMock.VerwachtMethodCall("RaisePakbonMagGeboektWordenEvent", Node3Leverbon).ExactAantalKeer(aantalKeerPakbonEvent) - #dim resultaat As %String = ##class(AXimpl.Dynamics.InventoryOut.BatchJobPakbonMagGeboektWorden).%New(EventRaiserMock).VerwerkRecord(Node3Leverbon, Node1Klant) + #dim resultaat As %String = ##class(AXimpl.Dynamics.InventoryOut.BatchJobPakbonMagGeboektWorden).%New(EventRaiserMock).VerwerkBon(Node3Leverbon, Node1Klant) Do $$$AssertEquals(resultaat, verwachtResultaat) Do EventRaiserMock.Verifieer() Index: AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden.cls.xml =================================================================== diff -u -r59282 -r59513 --- AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden.cls.xml (.../BatchJobPakbonMagGeboektWorden.cls.xml) (revision 59282) +++ AXimpl/Dynamics/InventoryOut/BatchJobPakbonMagGeboektWorden.cls.xml (.../BatchJobPakbonMagGeboektWorden.cls.xml) (revision 59513) @@ -38,7 +38,7 @@ If Node4 = 1 { Set Data = $Data(Node4) - Do ..VerwerkRecord(Node3Leverbon, Node1Klant) + Do ..VerwerkBon(Node3Leverbon, Node1Klant) } } Set Node4 = 0 @@ -50,7 +50,7 @@ ]]> - + Node3Leverbon:%String,Node1Klant:%String %Boolean