Index: vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml =================================================================== diff -u -r34029 -r34063 --- vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34029) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34063) @@ -40,10 +40,10 @@ Set Namen = ..GeefProductieLijnNamen(Categorie) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Een()) - Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) + Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Drie()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) + Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]> Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r34029 -r34063 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34029) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34063) @@ -280,10 +280,8 @@ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).Legrabox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Drie()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Vier()) - do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).A()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).B()) } else{ do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een())