Index: AX/common/impl/Formatter.cls.xml
===================================================================
diff -u -r34453 -r34466
--- AX/common/impl/Formatter.cls.xml (.../Formatter.cls.xml) (revision 34453)
+++ AX/common/impl/Formatter.cls.xml (.../Formatter.cls.xml) (revision 34466)
@@ -139,7 +139,7 @@
Index: vhUnitTest/AX/Uitgaand/AKP/Leverancier/impl/DixfConverter/Convert.cls.xml
===================================================================
diff -u -r34453 -r34466
--- vhUnitTest/AX/Uitgaand/AKP/Leverancier/impl/DixfConverter/Convert.cls.xml (.../Convert.cls.xml) (revision 34453)
+++ vhUnitTest/AX/Uitgaand/AKP/Leverancier/impl/DixfConverter/Convert.cls.xml (.../Convert.cls.xml) (revision 34466)
@@ -24,7 +24,7 @@
Do ##super()
set ..Partij = ##class(vhTest.Mock.DOM.PARTIJ.Partij).%New()
- do ..Partij.IndienMethodCall("GeefID").DanReturn("K||5002")
+ do ..Partij.IndienMethodCall("GeefID").DanReturn("L||5002")
do ..Partij.IndienMethodCall("GeefCode").DanReturn(100)
do ..Partij.IndienMethodCall("GeefNaam").DanReturn("Een Willekeurige naam")
do ..Partij.IndienMethodCall("GeefToenaam").DanReturn("Toenaam")
@@ -110,6 +110,18 @@
]]>
+
+
+
+