8202628: javadoc generates bad links in TestModules.java

Reviewed-by: jjg
This commit is contained in:
Priya Lakshmi Muthuswamy 2018-09-27 10:10:47 +05:30
parent 5108d2e1dd
commit 54f929e9d6

View File

@ -26,7 +26,7 @@
* @bug 8154119 8154262 8156077 8157987 8154261 8154817 8135291 8155995 8162363
* 8168766 8168688 8162674 8160196 8175799 8174974 8176778 8177562 8175218
* 8175823 8166306 8178043 8181622 8183511 8169819 8074407 8183037 8191464
8164407 8192007 8182765 8196200 8196201 8196202 8196202 8205593
8164407 8192007 8182765 8196200 8196201 8196202 8196202 8205593 8202462
* @summary Test modules support in javadoc.
* @author bpatel
* @library ../lib
@ -252,13 +252,11 @@ public class TestModules extends JavadocTester {
*/
@Test
void testAggregatorModuleSummary() {
setAutomaticCheckLinks(false); // @ignore JDK-8202628
javadoc("-d", "out-aggregatorModuleSummary",
"-use",
"--module-source-path", testSrc,
"--expand-requires", "transitive",
"--module", "moduleT");
setAutomaticCheckLinks(true); // @ignore JDK-8202628
checkExit(Exit.OK);
checkAggregatorModuleSummary();
}