telosys-tools-bricks / telosys-tools-generator

Telosys generator based on Velocity template engine
https://www.telosys.org/
GNU Lesser General Public License v3.0
18 stars 14 forks source link

Fix BigDecimalTest for Java 11 #11

Closed amottier closed 1 year ago

amottier commented 1 year ago

Exception message for invalid BigDecimal has changed in Java 11. Instead of testing that the exception message is null the test now only check that an exception is raised.

Closes #10

l-gu commented 1 year ago

Bug fixed July 07 2023 Thanks Antoine