Skip to content

djutils v2.1.6

Compare
Choose a tag to compare
@averbraeck averbraeck released this 28 Jan 00:53
· 403 commits to main since this release

Updates in djutils (base) project:

Addressed Issue #7

  • removed testSucceed() method in Try class for for unit tests
  • improved testFail() method in Try class for unit tests
  • improved javadoc for Try class
  • improved unit tests for Try class

Solved an issue with the DecoderDumperTest unit test; the test was dependent on a 'null' configuration of the CategoryLogger, which meant that if another unit test had used the CategoryLogger, the DecoderDumperTest unit test would fail. DecoderDumperTest is not not dependent on the CategoryLogger anymore.