Github user clebertsuconic commented on a diff in the pull request:
https://github.com/apache/activemq-artemis/pull/1473#discussion_r134096013
--- Diff: docs/hacking-guide/en/tests.md ---
@@ -22,20 +22,20 @@ The broker is comprised of POJOs so it's simple to
configure and run a broker in
Even complex test-cases involving multiple clustered brokers are
relatively easy to write. Almost every test in the
test-suite follows this pattern - configure broker, start broker, test
functionality, stop broker.
-The test-suite uses JUnit to manage test execution and life-cycle. Most
tests extend
[`org.apache.activemq.artemis.tests.util.ActiveMQTestBase`](../../../artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java)
+The test-suite uses JUnit to manage test execution and life-cycle. Most
tests extend
[`org.apache.activemq.artemis.tests.util.ActiveMQTestBase`](https://github.com/apache/activemq-artemis/blob/master/artemis-server/src/test/java/org/apache/activemq/artemis/tests/util/ActiveMQTestBase.java)
--- End diff --
the intention here was to have the docs at
http://activemq.apache.org/artemis/artemis-server/src/test/java/org/apache/activemq/tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/SingleServerSimpleTest.java
showing the right git link...
for some reason it's not working...
but you can't use the one you're using to fix.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---