Index: vhUnitTest/APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator/VoerUit/TestProductGroep.cls.xml =================================================================== diff -u -r55978 -r59115 --- vhUnitTest/APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator/VoerUit/TestProductGroep.cls.xml (.../TestProductGroep.cls.xml) (revision 55978) +++ vhUnitTest/APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator/VoerUit/TestProductGroep.cls.xml (.../TestProductGroep.cls.xml) (revision 59115) @@ -78,9 +78,8 @@ Do OptimalisatieBestandenGenerator.VoerUit() #dim Bestandnamen As %ListOfDataTypes = FileWriterFake.GeefBestandNamen() - if $$$AssertEquals(Bestandnamen.Count(),2) { + if $$$AssertEquals(Bestandnamen.Count(),1) { do $$$AssertContains(Bestandnamen.GetAt(1),"Ardis_"_VerwachteAfhandeling) ; "Ardis_Auto" of "Ardis_Manueel" - do $$$AssertContains(Bestandnamen.GetAt(2),"Biesse_"_VerwachteAfhandeling) ; "Biesse_Auto" of "Biesse_Manueel" } ]]> Index: APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator.cls.xml =================================================================== diff -u -r38212 -r59115 --- APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator.cls.xml (.../OptimalisatieBestandenGenerator.cls.xml) (revision 38212) +++ APPS/Halux/PPS/Activiteit/impl/TAOR/LijstVerwerkers/Opdeelzaag/OptimalisatieBestandenGenerator.cls.xml (.../OptimalisatieBestandenGenerator.cls.xml) (revision 59115) @@ -103,7 +103,9 @@ #dim ClientIterator As TECH.Iterator = ##class(APPS.Halux.Machine.OpdeelZaag.enu.Client).ValueListIterator() While (ClientIterator.HasNext()) { #dim Client As APPS.Halux.Machine.OpdeelZaag.enu.Client = ClientIterator.Next() - Do ..GenereerOptimalisatieBestanden(Afhandeling, Client, Tijdstip) + If $$$Not(Client = ##class(APPS.Halux.Machine.OpdeelZaag.enu.Client).Biesse()) { + Do ..GenereerOptimalisatieBestanden(Afhandeling, Client, Tijdstip) + } } ]]>