WrenSecurity / wrensec-commons

Community fork of ForgeRock Commons, which contains common utility code used by multiple products originally developed by ForgeRock.
http://wrensecurity.org
0 stars 10 forks source link

Make Several Tests Quieter during Commons Builds #14

Closed Kortanul closed 5 years ago

Kortanul commented 5 years ago

Several tests would indiscriminately dump expected exceptions and JSON output to the build log during test executions. This made it difficult to follow what was happening and lead some (like me) to believe that there were potentially a handful of tests that were failing without being caught (e.g. by a bad catch block).

Now, each of these tests has been modified not to print anything to the build log unless there's an actual test failure.