Index: vhUnitTest/APPS/EDIExport/AankoopOrderResponse/BLUM/impl/Service/UpdateVerwerkVlag/Test.cls.xml =================================================================== diff -u -r37640 -r37641 --- vhUnitTest/APPS/EDIExport/AankoopOrderResponse/BLUM/impl/Service/UpdateVerwerkVlag/Test.cls.xml (.../Test.cls.xml) (revision 37640) +++ vhUnitTest/APPS/EDIExport/AankoopOrderResponse/BLUM/impl/Service/UpdateVerwerkVlag/Test.cls.xml (.../Test.cls.xml) (revision 37641) @@ -5,6 +5,7 @@ vhTest.Fake.APPS.EDIExport.AankoopOrderResponse.BLUM.impl.BLOrdRspService +1 @@ -21,14 +22,6 @@ ]]> - -%Status - - - TestName:%String + +%Status + + + @@ -90,13 +98,13 @@ Do ..BLOrdRspService.Bewaar(COASODouble) - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,2),"\","2"),"") - + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,2)) + Do ..BLOrdRspService.UpdateVerwerkVlag("277788",100,"0000500","200108") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"1") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,2),"\","2"),"") + Do $$$AssertTrue(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,2)) ]]> @@ -113,15 +121,15 @@ Set COASODouble.ToeleveringList.GetAt(1).ToeleveringDetail.GetAt(3).DeliveryDateAxBUA = "200111" Do ..BLOrdRspService.Bewaar(COASODouble) - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,2),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,3),"\","2"),"") + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,2)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,3)) Do ..BLOrdRspService.UpdateVerwerkVlag("277788",100,"0000250","160105") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,2),"\","2"),"1") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,3),"\","2"),"") + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) + Do $$$AssertTrue(..BLOrdRspService.IsVerwerkVlagActief("277788",1,2)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,3)) ]]> @@ -138,15 +146,15 @@ Set COASODouble.ToeleveringList.GetAt(1).ToeleveringDetail.GetAt(3).DeliveryDateAxBUA = "200111" Do ..BLOrdRspService.Bewaar(COASODouble) - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,2),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,3),"\","2"),"") + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,2)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,3)) Do ..BLOrdRspService.UpdateVerwerkVlag("277788",100,"0000100","160105") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,2),"\","2"),"") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,3),"\","2"),"1") + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,2)) + Do $$$AssertTrue(..BLOrdRspService.IsVerwerkVlagActief("277788",1,3)) ]]> @@ -156,11 +164,11 @@ Do ..BLOrdRspService.Bewaar(COASODouble) - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"") + Do $$$AssertFalse(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) Do ..BLOrdRspService.UpdateVerwerkVlag("277788",100,"0000200","160110") - Do $$$AssertEquals($Piece(..BLOrdRspService.MultiDim("277788",1,1),"\","2"),"1") + Do $$$AssertTrue(..BLOrdRspService.IsVerwerkVlagActief("277788",1,1)) ]]> Index: vhTest/Fake/APPS/EDIExport/AankoopOrderResponse/BLUM/impl/BLOrdRspService.cls.xml =================================================================== diff -u -r37032 -r37641 --- vhTest/Fake/APPS/EDIExport/AankoopOrderResponse/BLUM/impl/BLOrdRspService.cls.xml (.../BLOrdRspService.cls.xml) (revision 37032) +++ vhTest/Fake/APPS/EDIExport/AankoopOrderResponse/BLUM/impl/BLOrdRspService.cls.xml (.../BLOrdRspService.cls.xml) (revision 37641) @@ -21,6 +21,13 @@ ]]> + +Toelevering:%String,ToeleveringLijnNr:%String,VolgNr:%String +%String + + + 1 Data:%String