Index: vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/OrganizationCommon/Test.cls.xml
===================================================================
diff -u -r34273 -r34605
--- vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/OrganizationCommon/Test.cls.xml (.../Test.cls.xml) (revision 34273)
+++ vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/OrganizationCommon/Test.cls.xml (.../Test.cls.xml) (revision 34605)
@@ -8,8 +8,7 @@
do ..Partij.IndienMethodCall("GeefAdres").DanReturn(##class(vhTest.Utils.DOM.VKP.LeverAdres).Belgisch())
do ..Partij.IndienMethodCall("GeefHandelRegisterNr").DanReturn("1234567")
- set Converter = ##class(AX.Uitgaand.VKP.VanHoeckeKlant.impl.AifConverter).%New()
- #dim AxKlant As AXaif.Customer.AxdCustomer = Converter.Convert(..Partij,..Klant)
+ #dim AxKlant As AXaif.Customer.AxdCustomer = ..Converter.Convert(..Partij,..Klant)
#dim CustTable As AXaif.Customer.AxdEntityCustTable = AxKlant.CustTable.GetAt(1)
#dim Party As AXaif.Customer.AxdEntityDirPartyDirOrganization = CustTable.DirParty.GetAt(1)
@@ -23,8 +22,7 @@
do ..Partij.IndienMethodCall("GeefAdres").DanReturn(##class(vhTest.Utils.DOM.VKP.LeverAdres).Nederlands())
do ..Partij.IndienMethodCall("GeefHandelRegisterNr").DanReturn("1234567")
- set Converter = ##class(AX.Uitgaand.VKP.VanHoeckeKlant.impl.AifConverter).%New()
- #dim AxKlant As AXaif.Customer.AxdCustomer = Converter.Convert(..Partij,..Klant)
+ #dim AxKlant As AXaif.Customer.AxdCustomer = ..Converter.Convert(..Partij,..Klant)
#dim CustTable As AXaif.Customer.AxdEntityCustTable = AxKlant.CustTable.GetAt(1)
#dim Party As AXaif.Customer.AxdEntityDirPartyDirOrganization = CustTable.DirParty.GetAt(1)
Index: vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/TestBase.cls.xml
===================================================================
diff -u -r34225 -r34605
--- vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/TestBase.cls.xml (.../TestBase.cls.xml) (revision 34225)
+++ vhUnitTest/AX/Uitgaand/VKP/VanHoeckeKlant/impl/AifConverter/TestBase.cls.xml (.../TestBase.cls.xml) (revision 34605)
@@ -4,6 +4,11 @@
1
vhUnitTest.TestCase
+
+AX.Uitgaand.VKP.VanHoeckeKlant.impl.AifConverter
+1
+
+
vhTest.Mock.DOM.PARTIJ.Partij
1
@@ -14,6 +19,13 @@
1
+
+
+
+
aTestName:%String