vhUnitTest.TestCase OPGELET <========================================== // In klasse APPS.Halux.common.impl.ProductieAansturingService, in method GeefHalffabItemsBoom, // i.g.v. MVX is momenteel KlantId hardcoded ingevuld met dat van DKG en Aantal gedefault op 1. // DIT MAG NIET NAAR PRODUCTIE ZO !!!!! Moet wel naar Staging zonder daar als openstaande wijziging te staan. // Er moet nog een oplossing gezocht worden om het feitelijke KlantId en Aantal te bekomen! // ====================================> OPGELET <========================================== #dim ProductieAansturingService As APPS.Halux.common.impl.ProductieAansturingService = ##class(APPS.Halux.common.impl.ProductieAansturingService).%New() Do $$$AssertTrue(ProductieAansturingService.GeefKlantIdEnAantalVoorGeheugensteuntjeMagNietInProductie(), "Faalt expres! Zie uitleg in UnitTest zelf") ]]>