Index: vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter/ConverteerProduct/Test.cls.xml
===================================================================
diff -u -r35797 -r35805
--- vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter/ConverteerProduct/Test.cls.xml (.../Test.cls.xml) (revision 35797)
+++ vhUnitTest/APPS/EDI/Bestel/impl/BestelService/TandemboxBesteller/ProductConverter/ConverteerProduct/Test.cls.xml (.../Test.cls.xml) (revision 35805)
@@ -266,7 +266,7 @@
Set TeConverterenProduct.IsBinnenlade = $$$False
#dim Substrings = ##class(TECH.ListUtils).CreateListOfDataTypes("Geen binnenlade, maar wel binnenladeopties ingevuld")
- do ..ZetVerwachteExceptie(##class(Tools.Test.VerwachteExceptie).%New("TECH.Exceptions.InvalidInputException",Substrings))
+ do ..ZetVerwachteExceptie(##class(Tools.Test.VerwachteInnerExceptie).%New("TECH.Exceptions.InvalidInputException",Substrings))
#dim ProductConverter = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.ProductConverter).%New()
#dim WebOrderLijn As WS.TBX.EM.OrderLijn = ProductConverter.ConverteerProduct(TeConverterenProduct)
@@ -280,7 +280,7 @@
Set TeConverterenProduct.IsBinnenlade = $$$False
#dim Substrings = ##class(TECH.ListUtils).CreateListOfDataTypes("Geen binnenlade, maar wel binnenladeopties ingevuld")
- do ..ZetVerwachteExceptie(##class(Tools.Test.VerwachteExceptie).%New("TECH.Exceptions.InvalidInputException",Substrings))
+ do ..ZetVerwachteExceptie(##class(Tools.Test.VerwachteInnerExceptie).%New("TECH.Exceptions.InvalidInputException",Substrings))
#dim ProductConverter = ##class(APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.ProductConverter).%New()
#dim WebOrderLijn As WS.TBX.EM.OrderLijn = ProductConverter.ConverteerProduct(TeConverterenProduct)
@@ -299,18 +299,6 @@
]]>
-
-
-
-
@@ -93,21 +94,21 @@
-
+
1
+
+
+1
+
+
1
TECH.ObjectUtils.ObjectConvertData
@@ -119,11 +120,11 @@
Do ConvertData.Add("FrontBevestiging","ItemFB")
Do ConvertData.Add("Dwarsverdeling","ItemDWV")
Do ConvertData.Add("ZijwandVerhogingType","ItemBX")
- Do ConvertData.Add("KleurInschuifElement","ItemKV")
Do ConvertData.Add("Draagkracht","ItemDK")
Do ConvertData.Add("HeeftZijstabilisering","ItemSB")
Do ConvertData.Add("AntislipMat","ItemASM")
Do ConvertData.Add("VerpakkingType","ItemVPK")
+ Do ConvertData.Add("HeeftGreepEnMeenemer","ItemBGRP",##class(%Dictionary.MethodDefinition).%OpenId("APPS.EDI.Bestel.impl.BestelService.TandemboxBesteller.ProductConverter||ConvertGreepEnMeenemer").Implementation.Read())
Quit ConvertData
]]>