Index: vhTest/Fake/DOM/PM/impl/DataM/DataMProduct.cls.xml =================================================================== diff -u -r45990 -r46017 --- vhTest/Fake/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45990) +++ vhTest/Fake/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 46017) @@ -467,7 +467,7 @@ -LeverancierId:%String +LeverancierId:DOM.common.PartijID Index: vhUnitTest/DOM/PM/impl/ProductImpl/Test.cls.xml =================================================================== diff -u -r45991 -r46017 --- vhUnitTest/DOM/PM/impl/ProductImpl/Test.cls.xml (.../Test.cls.xml) (revision 45991) +++ vhUnitTest/DOM/PM/impl/ProductImpl/Test.cls.xml (.../Test.cls.xml) (revision 46017) @@ -112,9 +112,9 @@ Set DataMProductMock = ##class(vhTest.Mock.DOM.PM.impl.DataM.DataMProduct).%New() #dim Product As DOM.PM.Product = ##class(DOM.PM.impl.ProductImpl).%New(..#ProductId,DataMProductMock) - Do DataMProductMock.VerwachtMethodCall("ZetIdentNr","IdentNummer").DanDoeNiks() + Do DataMProductMock.VerwachtMethodCall("ZetIdentNr","1.234.567.8").DanDoeNiks() - Do Product.ZetIdentNr("IdentNummer") + Do Product.ZetIdentNr("1.234.567.8") Do DataMProductMock.Verifieer() ]]> @@ -125,9 +125,9 @@ Set DataMProductMock = ##class(vhTest.Mock.DOM.PM.impl.DataM.DataMProduct).%New() #dim Product As DOM.PM.Product = ##class(DOM.PM.impl.ProductImpl).%New(..#ProductId,DataMProductMock) - Do DataMProductMock.VerwachtMethodCall("ZetLeverancierId","LeverancierId").DanDoeNiks() + Do DataMProductMock.VerwachtMethodCall("ZetLeverancierId","L||1234").DanDoeNiks() - Do Product.ZetLeverancierId("LeverancierId") + Do Product.ZetLeverancierId("L||1234") Do DataMProductMock.Verifieer() ]]> @@ -346,9 +346,9 @@ Set DataMProductMock = ##class(vhTest.Mock.DOM.PM.impl.DataM.DataMProduct).%New() #dim Product As DOM.PM.Product = ##class(DOM.PM.impl.ProductImpl).%New(..#ProductId,DataMProductMock) - Do DataMProductMock.VerwachtMethodCall("ZetUitverkoopSinds",555555).DanDoeNiks() + Do DataMProductMock.VerwachtMethodCall("ZetUitverkoopSinds",55555).DanDoeNiks() - Do Product.ZetUitverkoopSinds(555555) + Do Product.ZetUitverkoopSinds(55555) Do DataMProductMock.Verifieer() ]]> Index: vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml =================================================================== diff -u -r45991 -r46017 --- vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml (.../Test.cls.xml) (revision 45991) +++ vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml (.../Test.cls.xml) (revision 46017) @@ -39,47 +39,47 @@ Index: DOM/PM/impl/DataM/DataMProduct.cls.xml =================================================================== diff -u -r45990 -r46017 --- DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45990) +++ DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 46017) @@ -273,7 +273,7 @@ -LeverancierId:%String +LeverancierId:DOM.common.PartijID - - - @@ -640,19 +640,19 @@ HoofdGroep:%String - Groep:%String - SubGroep:%String - Index: vhTest/Mock/DOM/PM/impl/DataM/DataMProduct.cls.xml =================================================================== diff -u -r45990 -r46017 --- vhTest/Mock/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 45990) +++ vhTest/Mock/DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 46017) @@ -450,7 +450,7 @@ -LeverancierId:%String +LeverancierId:DOM.common.PartijID