Index: vhUnitTest/AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfConverter/Test.cls.xml
===================================================================
diff -u -r44972 -r44974
--- vhUnitTest/AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 44972)
+++ vhUnitTest/AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 44974)
@@ -18,6 +18,11 @@
1
+
+AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor
+1
+
+
AXimpl.Utils
1
@@ -37,6 +42,7 @@
Do ##super(aTestName)
Set ..BestelreferentieSamensteller = ##class(vhTest.Dummy.AX.Uitgaand.PM.impl.SamenstellingBestelreferentieProductenInEenString).%New()
Set ..ConvertorLeveranciersnummerVanHoeckeNaarHalux = ##class(vhTest.Mock.AX.Uitgaand.PM.impl.Convertor.ConvertorLeveranciersnummerVanHoeckeNaarHalux).%New()
+ Set ..SoprConverter = ##class(vhTest.Fake.AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor).%New()
Set ..Utils = ##class(vhTest.Mock.AXimpl.Utils).%New()
]]>
@@ -70,7 +76,7 @@
]]>
-
+
+
+
+
+
1
AX.Uitgaand.PM.ExtArtOmschrLev.impl.ExtArtOmschrLevDixfConverter
-
Index: AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfConverter.cls.xml
===================================================================
diff -u -r44972 -r44974
--- AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfConverter.cls.xml (.../ExtArtOmschrLevDixfConverter.cls.xml) (revision 44972)
+++ AX/Uitgaand/PM/ExtArtOmschrLev/impl/ExtArtOmschrLevDixfConverter.cls.xml (.../ExtArtOmschrLevDixfConverter.cls.xml) (revision 44974)
@@ -28,6 +28,11 @@
1
+
+AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor
+1
+
+
AXimpl.Utils
1
@@ -39,7 +44,7 @@
-Utils:AXimpl.Utils,ConvertorLeveranciersnummerVanHoeckeNaarHalux:AX.Uitgaand.PM.impl.Convertor.ConvertorLeveranciersnummerVanHoeckeNaarHalux,BestelreferentieSamensteller:AX.Uitgaand.PM.impl.SamenstellingBestelreferentieProductenInEenString
+Utils:AXimpl.Utils,ConvertorLeveranciersnummerVanHoeckeNaarHalux:AX.Uitgaand.PM.impl.Convertor.ConvertorLeveranciersnummerVanHoeckeNaarHalux,BestelreferentieSamensteller:AX.Uitgaand.PM.impl.SamenstellingBestelreferentieProductenInEenString,SoprConverter:AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor
1
1
%Status
@@ -48,6 +53,7 @@
Set ..Utils = $$$Inject(Utils,##class(AXimpl.Utils).%New())
Set ..ConvertorLeveranciersnummerVanHoeckeNaarHalux = $$$Inject(ConvertorLeveranciersnummerVanHoeckeNaarHalux,##class(AX.Uitgaand.PM.impl.Convertor.ConvertorLeveranciersnummerVanHoeckeNaarHalux).%New())
Set ..BestelreferentieSamensteller = $$$Inject(BestelreferentieSamensteller,##class(AX.Uitgaand.PM.impl.SamenstellingBestelreferentieProductenInEenString).%New())
+ Set ..SoprConverter = $$$Inject(SoprConverter,##class(AX.Uitgaand.PM.impl.Convertor.Sopr.ProductConvertor).%New())
Quit $$$OK
]]>
@@ -82,10 +88,11 @@