italia / spid-spring

SPID extension for Java Spring
BSD 3-Clause "New" or "Revised" License
29 stars 22 forks source link

Fix / Make unit tests run #28

Closed gvespucci closed 2 years ago

gvespucci commented 2 years ago

This change aims to fix #25. It looked like the Surefire Maven Plugin wasn't configured properly and the unit tests didn't run, as you can see from TravisCI logs. Since a couple of tests failed, I tried to make them pass removing the unnecessary statements (for example some decode wasn't necessary). The rest of the changes come from code rationalization, import reordering, and clean-up.