Index: vhUnitTest/DOM/PM/Maatwerk/TAX/impl/UitsparingTekstFormatter/GeefGeformatteerdeTekst/Test.cls.xml =================================================================== diff -u -r53084 -r53085 --- vhUnitTest/DOM/PM/Maatwerk/TAX/impl/UitsparingTekstFormatter/GeefGeformatteerdeTekst/Test.cls.xml (.../Test.cls.xml) (revision 53084) +++ vhUnitTest/DOM/PM/Maatwerk/TAX/impl/UitsparingTekstFormatter/GeefGeformatteerdeTekst/Test.cls.xml (.../Test.cls.xml) (revision 53085) @@ -7,7 +7,7 @@ @@ -22,7 +22,7 @@ Set VertalerMock = ##class(vhTest.Utils.Vertaler).%New("", FormatterInput.Taal) Do VertaalAPIStub.VerwachtMethodCall("GeefStandaardVertaler", FormatterInput.Taal).DanReturn(VertalerMock) - Do ..AssertGeformatteerdeTekst(FormatterInput, "[Sifonopening] = 150mm (200/150/300)") + Do ..AssertGeformatteerdeTekst(FormatterInput, "[Sifonopening] = 124mm (200/124/300)") Do VertaalAPIStub.Verifieer() ]]> @@ -33,7 +33,7 @@ Set FormatterInput.UitsparingData = ..GeefUitsparingData(##class(DOM.PM.enu.AantalUitsparingen).Enkel()) Set FormatterInput.MetUitsparingAfmetingen = $$$False - Do ..AssertGeformatteerdeTekst(FormatterInput, "(200/150/300)") + Do ..AssertGeformatteerdeTekst(FormatterInput, "(200/124/300)") ]]> @@ -43,7 +43,7 @@ Set FormatterInput.UitsparingData = ..GeefUitsparingData(##class(DOM.PM.enu.AantalUitsparingen).Enkel()) Set FormatterInput.AfmetingenDelimiter = ":" - Do ..AssertGeformatteerdeTekst(FormatterInput, "150mm (200:150:300)") + Do ..AssertGeformatteerdeTekst(FormatterInput, "124mm (200:124:300)") ]]> @@ -54,15 +54,15 @@ Set FormatterInput.AfmetingenVoorvoegsel = "{" Set FormatterInput.AfmetingenAchterVoegsel = "}" - Do ..AssertGeformatteerdeTekst(FormatterInput, "150mm {200/150/300}") + Do ..AssertGeformatteerdeTekst(FormatterInput, "124mm {200/124/300}") ]]> @@ -77,7 +77,7 @@ Set VertalerMock = ##class(vhTest.Utils.Vertaler).%New("", FormatterInput.Taal) Do VertaalAPIStub.VerwachtMethodCall("GeefStandaardVertaler", FormatterInput.Taal).DanReturn(VertalerMock) - Do ..AssertGeformatteerdeTekst(FormatterInput, "[Sifonopeningen] = 150mm 300mm (200/150/100/300/300)") + Do ..AssertGeformatteerdeTekst(FormatterInput, "[Sifonopeningen] = 124mm 274mm (200/124/100/274/300)") Do VertaalAPIStub.Verifieer() ]]> @@ -90,7 +90,7 @@ Set FormatterInput.AfmetingenVoorvoegsel = "{" Set FormatterInput.AfmetingenAchterVoegsel = "}" - Do ..AssertGeformatteerdeTekst(FormatterInput, "150mm 300mm {200:150:100:300:300}") + Do ..AssertGeformatteerdeTekst(FormatterInput, "124mm 274mm {200:124:100:274:300}") ]]> @@ -134,10 +134,10 @@ Set UitsparingData.AantalUitsparingen = AantalUitsparingen Set UitsparingData.RugDeelX = 200 Set UitsparingData.RugDeelY = 300 - Set UitsparingData.UitsparingZ1 = ##class(DOM.PM.enu.UitsparingCode).Smal() + Set UitsparingData.UitsparingZ1 = ##class(DOM.PM.enu.UitsparingCode).Tax250Smal() If AantalUitsparingen = ##class(DOM.PM.enu.AantalUitsparingen).Dubbel() { Set UitsparingData.RugDeelM = 100 - Set UitsparingData.UitsparingZ2 = ##class(DOM.PM.enu.UitsparingCode).Breed() + Set UitsparingData.UitsparingZ2 = ##class(DOM.PM.enu.UitsparingCode).Tax250Breed() } Quit UitsparingData ]]>