Index: vhUnitTest/APPS/Halux/Afmelden/ProductieAfmeldenService/TestHeropenProductGroep.cls.xml
===================================================================
diff -u -r29059 -r43035
--- vhUnitTest/APPS/Halux/Afmelden/ProductieAfmeldenService/TestHeropenProductGroep.cls.xml (.../TestHeropenProductGroep.cls.xml) (revision 29059)
+++ vhUnitTest/APPS/Halux/Afmelden/ProductieAfmeldenService/TestHeropenProductGroep.cls.xml (.../TestHeropenProductGroep.cls.xml) (revision 43035)
@@ -13,6 +13,25 @@
APPS.Halux.Afmelden.ProductGroep
+
+aTestName:%String
+
+
+
+
+aTestName:%String
+
+
+
-
-
-aTestName:%String
-
-
-
-
-aTestName:%String
-
-
Index: vhUnitTest/APPS/Halux/Afmelden/ProductieAfmeldenService.cls.xml
===================================================================
diff -u -r33092 -r43035
--- vhUnitTest/APPS/Halux/Afmelden/ProductieAfmeldenService.cls.xml (.../ProductieAfmeldenService.cls.xml) (revision 33092)
+++ vhUnitTest/APPS/Halux/Afmelden/ProductieAfmeldenService.cls.xml (.../ProductieAfmeldenService.cls.xml) (revision 43035)
@@ -16,6 +16,15 @@
]]>
+
+1
+0
+
+
+
1
ProductieGroepID:%String
@@ -25,8 +34,7 @@
#dim Query As %String = "SELECT ID FROM APPS_Halux_Afmelden_impl.ProductGroep WHERE ProductieGroepID = ?"
#dim ResultSet As %ResultSet = $$ExecDynQuery^vhLib.Query(Query,$LB(ProductieGroepID))
- While ResultSet.Next()
- {
+ While ResultSet.Next() {
Do ProductieAfmeldenAPI.VerwijderProductGroep(ResultSet.Data("ID"))
}
Do ResultSet.Close()
@@ -41,8 +49,7 @@