Index: vhUnitTest/AX/Uitgaand/PM/UOMConversie/impl/UOMConversieDixfConverter/Test.cls.xml =================================================================== diff -u -r41162 -r42746 --- vhUnitTest/AX/Uitgaand/PM/UOMConversie/impl/UOMConversieDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 41162) +++ vhUnitTest/AX/Uitgaand/PM/UOMConversie/impl/UOMConversieDixfConverter/Test.cls.xml (.../Test.cls.xml) (revision 42746) @@ -3,20 +3,12 @@ vhUnitTest.TestCase - - - - TECH.RegisteredObject - - - - AXdixf.UOMConversie.UOMConversie 1 - -%String -1 - - %String 1 - -LeverancierNummer:%String="" -1 -1 -%Status -1 - - - - -Product:AX.Uitgaand.PM.Product.impl.Product -%String - - - Product:AX.Uitgaand.PM.Product.impl.Product,UOMSeqGroupId:%String,Piece:%Integer AXdixf.UOMConversie.UOMConversie @@ -64,7 +31,6 @@ Set AxProduct.ToUnitOfMeasureSymbol = "STK" Set ..AxProduct = AxProduct - Set ..LeverancierNummer = "" Quit ..AxProduct ]]> @@ -76,6 +42,7 @@ #dim FromUnitOfMeasureSymbol As %String #dim AantalSoortenVerpakkingen As %Integer = $Length(UOMSeqGroupId,"-") #dim UOMSeqGroupIdReversed As %String = "" + #dim I As %Integer For I=AantalSoortenVerpakkingen:-1:1{ Set UOMSeqGroupIdReversed = UOMSeqGroupIdReversed_$Piece(UOMSeqGroupId,"-",I)_" "