Index: APPS/EC/Verkoop/impl/OfferteVoorBestellingValidator.cls.xml
===================================================================
diff -u -r44518 -r44725
--- APPS/EC/Verkoop/impl/OfferteVoorBestellingValidator.cls.xml (.../OfferteVoorBestellingValidator.cls.xml) (revision 44518)
+++ APPS/EC/Verkoop/impl/OfferteVoorBestellingValidator.cls.xml (.../OfferteVoorBestellingValidator.cls.xml) (revision 44725)
@@ -180,7 +180,7 @@
1
-
Index: vhUnitTest/APPS/EC/Verkoop/impl/Externe/VerkoopService/OfferteVoorBestellingValidator/TestVH.cls.xml
===================================================================
diff -u -r42102 -r44725
--- vhUnitTest/APPS/EC/Verkoop/impl/Externe/VerkoopService/OfferteVoorBestellingValidator/TestVH.cls.xml (.../TestVH.cls.xml) (revision 42102)
+++ vhUnitTest/APPS/EC/Verkoop/impl/Externe/VerkoopService/OfferteVoorBestellingValidator/TestVH.cls.xml (.../TestVH.cls.xml) (revision 44725)
@@ -42,13 +42,40 @@
#dim LeverDatum As %String = "2017-05-05"
Do ..Init(LeverDatum,..#PersonalityID)
+ Do ..OfferteStub.IndienMethodCall("IsVhisie4").DanReturn($$$False)
Set ..OfferteVoorBestellingValidator = ##class(APPS.EC.Verkoop.impl.OfferteVoorBestellingValidator).%New()
Do $$$AssertTrue(..OfferteVoorBestellingValidator.IsGeldig(..OfferteStub,..#KlantID,..#PersonalityID))
]]>
+
+
+
+
+
+
+
+
-LeverDatum:%Date,PersonalityID:DOM.common.enu.Personality=""
+LeverDatum:%Date,PersonalityID:DOM.common.enu.Personality="",IsBesteld:%Boolean=0,ZijnPrijzenVervallen:%Boolean=0