Skip to content

Commit

Permalink
Merge pull request #10719 from dvagnero/testing-doc-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi authored Jul 14, 2020
2 parents 1c54cd8 + 659ff3c commit 91da463
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/main/asciidoc/getting-started-testing.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ must be set, as the default version does not support Junit 5:
</plugin>
----

We also set the `java.util.logging` system property to make sure tests will use the correct logmanager and `maven.home` to ensure that custom configuration
We also set the `java.util.logging.manager` system property to make sure tests will use the correct logmanager and `maven.home` to ensure that custom configuration
from `${maven.home}/conf/settings.xml` is applied (if any).

The project should also contain a simple test:
Expand Down

0 comments on commit 91da463

Please sign in to comment.