audit4j / audit4j-core

An open source auditing framework.
http://audit4j.org
Apache License 2.0
125 stars 77 forks source link

Tests shouldn't rely on an audit4j.conf.yml file in user's home dir #56

Closed BartRobeyns closed 6 years ago

BartRobeyns commented 6 years ago

Some of the tests expect an audit4j.conf.yml file to already exist in the user-directory (they use AuditManager.getInstance() without prior setup). On a clean clone of the code, a 'mvn test' will fail. The tests should ensure a default configuration is loaded using AuditManager.startWithConfiguration(Configuration.DEFAULT).

janithb commented 6 years ago

Merging.