This is an automated email from the ASF dual-hosted git repository. acosentino pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel.git
commit 5947850afb860876811a2f6e8510088c0960a4c3 Author: Andrea Cosentino <[email protected]> AuthorDate: Mon Feb 28 11:00:08 2022 +0100 Fixed CI website build related to test-main-junit5 --- .../camel-test-main-junit5/src/main/docs/test-main-junit5.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/camel-test/camel-test-main-junit5/src/main/docs/test-main-junit5.adoc b/components/camel-test/camel-test-main-junit5/src/main/docs/test-main-junit5.adoc index eca51be..1c53888 100644 --- a/components/camel-test/camel-test-main-junit5/src/main/docs/test-main-junit5.adoc +++ b/components/camel-test/camel-test-main-junit5/src/main/docs/test-main-junit5.adoc @@ -491,7 +491,7 @@ class SomeTest { It is possible to dump the route coverage of a given test. This feature needs JMX to be enabled which is done automatically when the feature itself is enabled, it also means that the `camel-management` has to be part of the dependencies of the project to be able to use it. The feature can be enabled globally by setting the system property `CamelTestRouteCoverage` to `true`. -The result is generated in `target/camel-route-coverage/${class-name}-${test-name}.xml`. +The result is generated in `target/camel-route-coverage/_class-name_-_test-name_.xml`. === Legacy === The method `isDumpRouteCoverage()` can be overridden to return `true` indicating that the feature is enabled.
