Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r34006 -r34029 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34006) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34029) @@ -273,7 +273,6 @@ if (Categorie = ##class(APPS.Halux.common.enu.Categorie).Tandembox()) { 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).Vier()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).A()) } elseif (Categorie = ##class(APPS.Halux.common.enu.Categorie).TAORbox()) { do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Een()) Index: vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml =================================================================== diff -u -r34006 -r34029 --- vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34006) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34029) @@ -12,7 +12,7 @@ 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).Drie()) - Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) + Do $$$AssertNotInList(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).B()) ]]>