Index: vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml
===================================================================
diff -u -r46214 -r48000
--- vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml (.../Test.cls.xml) (revision 46214)
+++ vhUnitTest/DOM/PM/impl/DataM/DataMProduct/Test.cls.xml (.../Test.cls.xml) (revision 48000)
@@ -132,7 +132,7 @@
#dim EventRaiserSpy As vhTest.Spy.TECH.PubSub.EventRaiser = ##class(vhTest.Spy.TECH.PubSub.EventRaiser).PushedInstance()
Set Product = ##class(DOM.PM.impl.DataM.DataMProduct).%New(..#ProductId)
- Do Product.ZetIdentNr("IdentNummer")
+ Do Product.ZetIdentNr("8.321.654.9")
Do Product.ZetKorttekst("Korttekst")
Do Product.ZetLeverancierId("L||LeverancierId")
Do Product.ZetHoofdGroep("HoofdGroep")
@@ -152,6 +152,24 @@
do $$$AssertEquals(NieuwGesavedProduct.GeefKorttekst(),"Korttekst")
]]>
+
+
+
+
Index: DOM/PM/impl/DataM/DataMProduct.cls.xml
===================================================================
diff -u -r47910 -r48000
--- DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 47910)
+++ DOM/PM/impl/DataM/DataMProduct.cls.xml (.../DataMProduct.cls.xml) (revision 48000)
@@ -6,6 +6,11 @@
1
TECH.RegisteredObject,TECH.Mockable
+
+%String
+1009
+
+
TECH.Persistentie.GlobalNode
1
@@ -925,13 +930,18 @@