Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml
===================================================================
diff -u -r71894 -r71896
--- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71894)
+++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/BatchNaarObjectiveDataGenerator.cls.xml (.../BatchNaarObjectiveDataGenerator.cls.xml) (revision 71896)
@@ -9,8 +9,8 @@
1
-
-APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ToeleveringAantalRollenOptiesGenerator
+
+APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.AantalRollenOptiesGenerator
1
@@ -51,7 +51,7 @@
1
@@ -101,7 +101,7 @@
Set Opties = ##class(%ListOfObjects).%New()
Do ##class(TECH.ListUtils).AppendList(Opties, ..AlgemeneInfoOptiesGenerator.GenereerAlgemeneOptiesVoorBatch(Batch))
- Do ##class(TECH.ListUtils).AppendList(Opties, ..ToeleveringAantalRollenOptiesGenerator.GenerereerOptiesAantallenPerRolVoorBatch(Batch))
+ Do ##class(TECH.ListUtils).AppendList(Opties, ..AantalRollenOptiesGenerator.GenerereerOptiesAantallenPerRolVoorBatch(Batch))
Quit Opties
]]>
@@ -163,6 +163,7 @@
1
Toelevering:DOM.AKP.Toelevering,UitvoeringInfo:APPS.Halux.PPS.Activiteit.impl.common.dto.BatchNaarObjectiveUitvoeringInfo
1
+
FishEye: Tag 71896 refers to a dead (removed) revision in file `APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml'.
FishEye: No comparison available. Pass `N' to diff?
Index: APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml
===================================================================
diff -u -r71894 -r71896
--- APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml (.../ToeleveringAantalRollenOptiesGenerator.cls.xml) (revision 71894)
+++ APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator.cls.xml (.../AantalRollenOptiesGenerator.cls.xml) (revision 71896)
@@ -1,6 +1,6 @@
-
+
APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator
Index: vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml
===================================================================
diff -u -r71839 -r71896
--- vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml (.../Test.cls.xml) (revision 71839)
+++ vhUnitTest/APPS/Halux/PPS/Document/impl/common/BatchNaarObjective/OptieGenerator/ToeleveringAantalRollenOptiesGenerator/GenereerOptiesVoorLade/Test.cls.xml (.../Test.cls.xml) (revision 71896)
@@ -52,7 +52,7 @@
Set ProductApiMock = ##class(vhTest.Mock.DOM.PM.ProductAPI).%New()
Do ProductApiMock.VerwachtMethodCall("GeefProduct", 111111).DanReturn(ProductMock)
- Set Generator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ToeleveringAantalRollenOptiesGenerator).%New(ProductApiMock)
+ Set Generator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.AantalRollenOptiesGenerator).%New(ProductApiMock)
#dim Resultaat As %ListOfObjects = Generator.GenereerOptiesVoorLade(ToeleveringMock)
Do $$$AssertEquals(Resultaat.Size, 2)
@@ -90,7 +90,7 @@
Do ProductApiMock.VerwachtMethodCall("GeefProduct", 111111).DanReturn(ProductMock)
Do ProductApiMock.VerwachtMethodCall("GeefProduct", 222222).DanReturn(ProductMock)
- Set Generator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.ToeleveringAantalRollenOptiesGenerator).%New(ProductApiMock)
+ Set Generator = ##class(APPS.Halux.PPS.Document.impl.common.BatchNaarObjective.OptieGenerator.AantalRollenOptiesGenerator).%New(ProductApiMock)
#dim Resultaat As %ListOfObjects = Generator.GenereerOptiesVoorLade(ToeleveringMock)
Do $$$AssertEquals(Resultaat.Size, 1)