jdaugherty commented on code in PR #2228: URL: https://github.com/apache/groovy/pull/2228#discussion_r2096099557
########## subprojects/groovy-groovydoc/src/test/groovy/org/codehaus/groovy/tools/groovydoc/GroovyDocToolTest.java: ########## @@ -55,7 +59,11 @@ public void setUp() { link.setPackages("java.,org.xml.,javax.,org.xml."); links.add(link); - htmlTool = makeHtmltool(links, new Properties()); + htmlTool = makeHtmltool(links, null, new Properties()); + } + + public void tearDown() { Review Comment: This matches the parent method. -- 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: notifications-unsubscr...@groovy.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org