Index: vhUnitTest/APPS/EC/impl/OPOVerzendwijzeBepaler/Test.cls.xml =================================================================== diff -u -r67740 -r67743 --- vhUnitTest/APPS/EC/impl/OPOVerzendwijzeBepaler/Test.cls.xml (.../Test.cls.xml) (revision 67740) +++ vhUnitTest/APPS/EC/impl/OPOVerzendwijzeBepaler/Test.cls.xml (.../Test.cls.xml) (revision 67743) @@ -27,6 +27,26 @@ Do $$$AssertEquals(Bepaler.GeefVerzendWijze("6200"),"DO4") ]]> + + + + + + + + Index: APPS/EC/impl/OPOVerzendwijzeBepaler.cls.xml =================================================================== diff -u -r67742 -r67743 --- APPS/EC/impl/OPOVerzendwijzeBepaler.cls.xml (.../OPOVerzendwijzeBepaler.cls.xml) (revision 67742) +++ APPS/EC/impl/OPOVerzendwijzeBepaler.cls.xml (.../OPOVerzendwijzeBepaler.cls.xml) (revision 67743) @@ -19,7 +19,7 @@ } if $$$Not($$$HasLength(Verzendwijze)){ - Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("Ongeldige postcode ("_Postcode_") voor OPO")) + Do ##class(TECH.ExceptionHandler).Throw(##class(TECH.Exceptions.InvalidInputException).%New("Ongeldige postcode '"_Postcode_"' voor OPO")) } Quit Verzendwijze