sfa-siard / SiardCmd

SIARD Suite - SiardCmd
Other
9 stars 5 forks source link

Fix: double quotes in userdefined types #26

Closed mburri closed 1 year ago

mburri commented 1 year ago

this MR provides a fix for #25

The actual fix is just the change contained in: https://github.com/sfa-siard/SiardCmd/commit/26447ddd83593fbb166b6e8b712b1ae5ec3b64c4

Additional improvements to implement a test using testcontainers (https://testcontainers.com/) have been taken:

In order to implement the test in a dedicated package, some changes had to be made

All files affected by these changes where reformatted using the Intellij IDEA code style and unnecessary comments (e.g. structural comments, chapter comments, wrong comments) where removed. Typos in comments and string litarals where also fixed.