Index: APPS/Halux/Planning/impl/BatchService.cls.xml =================================================================== diff -u -r33972 -r34000 --- APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 33972) +++ APPS/Halux/Planning/impl/BatchService.cls.xml (.../BatchService.cls.xml) (revision 34000) @@ -274,6 +274,7 @@ 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()) do Namen.Insert(##class(APPS.Halux.common.enu.ProductieLijn).Twee()) Index: vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml =================================================================== diff -u -r33972 -r34000 --- vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 33972) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34000) @@ -14,7 +14,7 @@ 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).Vijf()) - Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) + Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]>