Index: vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefInitieleLijnVoorToelevering/Test.cls.xml =================================================================== diff -u -r31189 -r54301 --- vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefInitieleLijnVoorToelevering/Test.cls.xml (.../Test.cls.xml) (revision 31189) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefInitieleLijnVoorToelevering/Test.cls.xml (.../Test.cls.xml) (revision 54301) @@ -8,15 +8,15 @@ ]]> - + @@ -52,7 +52,7 @@ ]]> - + Index: vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml =================================================================== diff -u -r34063 -r54301 --- vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 34063) +++ vhUnitTest/APPS/Halux/Planning/impl/BatchService/GeefProductLijnNamen/Test.cls.xml (.../Test.cls.xml) (revision 54301) @@ -10,9 +10,8 @@ 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).Drie()) - Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Vier()) + 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).B()) ]]> @@ -40,9 +39,8 @@ Set Namen = ..GeefProductieLijnNamen(Categorie) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Een()) - Do $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).Twee()) + Do $$$AssertInList(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 $$$AssertNotInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).A()) Do $$$AssertInList(Namen,##class(APPS.Halux.common.enu.ProductieLijn).B()) ]]>