elharo commented on code in PR #226:
URL: https://github.com/apache/maven-pmd-plugin/pull/226#discussion_r2139954579
##########
src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java:
##########
@@ -427,7 +423,6 @@ public void testSuppressMarkerConfiguration() throws
Exception {
// check if there's a link to the JXR files
str = readFile(generatedReport);
- assertTrue(str.contains("/xref/def/configuration/AppSample.html#L27"));
Review Comment:
or maybe not, let me take a deeper look
##########
src/test/java/org/apache/maven/plugins/pmd/PmdReportTest.java:
##########
@@ -427,7 +423,6 @@ public void testSuppressMarkerConfiguration() throws
Exception {
// check if there's a link to the JXR files
str = readFile(generatedReport);
- assertTrue(str.contains("/xref/def/configuration/AppSample.html#L27"));
Review Comment:
OK, asserts restored
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]