Index: APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml =================================================================== diff -u -r51227 -r51943 --- APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 51227) +++ APPS/Halux/common/impl/ProductieGroepBepalerLBX.cls.xml (.../ProductieGroepBepalerLBX.cls.xml) (revision 51943) @@ -36,7 +36,7 @@ If ..ProductTypeAPI.IsLadeVanSpaceTowerProduct(ProductID) { Set ProductieGroep = ..ProductieGroep.Specials - } ElseIf $$$Not($$IsVersienummerIngevuld^PRBS(ProductID)) { + } ElseIf $$$Not(..ProductTypeAPI.IsVersienummerPrbsIngevuld(ProductID)) { Set ProductieGroep = ..ProductieGroep.SpecialsPM } ElseIf ..IsKlantHein(KlantID) { Set ProductieGroep = ..ProductieGroep.Specials Index: vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerLBX/GeefProductieGroep/Test.cls.xml =================================================================== diff -u -r51228 -r51943 --- vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerLBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 51228) +++ vhUnitTest/APPS/Halux/common/impl/ProductieGroepBepalerLBX/GeefProductieGroep/Test.cls.xml (.../Test.cls.xml) (revision 51943) @@ -121,7 +121,7 @@ ]]> - + - + @@ -155,6 +160,7 @@ Do MaatwerkProductStub.IndienMethodCall("GeefIngegevenKenmerken").DanReturn(IngegevenKenmerken) Do ProductTypeAPI.IndienMethodCall("GeefMaatwerkProduct", ProductId).DanReturn(MaatwerkProductStub) Do ProductTypeAPI.IndienMethodCall("IsLadeVanSpaceTowerProduct", ProductId).DanReturn($$$False) + Do ProductTypeAPI.IndienMethodCall("IsVersienummerPrbsIngevuld", ProductId).DanReturn($$$True) Set ProductieOpstartfaseBepalerStub = ##class(vhTest.Mock.APPS.Halux.common.impl.ProductieGroepBepaler.ProductieOpstartfaseBepalerLBX).%New() Do:(IsOpstartfaseBepalerNodig) ProductieOpstartfaseBepalerStub.VerwachtMethodCall("IsInOpstartfase",MaatwerkProductStub).DanReturn($$$False) @@ -174,14 +180,14 @@ aTestName:%String aTestName:%String