--- old/test/langtools/jdk/javadoc/doclet/testModules/TestIndirectExportsOpens.java 2018-02-02 13:16:42.076892412 -0800 +++ new/test/langtools/jdk/javadoc/doclet/testModules/TestIndirectExportsOpens.java 2018-02-02 13:16:41.720876822 -0800 @@ -156,15 +156,15 @@ // In details mode all kinds of packages from java.base, // could be listed in the indirects section, so just // check for minimal expected strings. - checkOutput("a-summary.html", true, + checkOutput("a/module-summary.html", true, "Indirect Exports table", - "m\n" - + "exportsto\n" + "m\n" + + "exportsto\n" + "\n"); - checkOutput("a-summary.html", true, + checkOutput("a/module-summary.html", true, "Indirect Opens table", - "m\n" + "m\n" + "opensto\n" + "\n"); } @@ -183,11 +183,11 @@ // Avoid false positives, just check for primary string absence. if (!present) { - checkOutput("a-summary.html", false, typeString); + checkOutput("a/module-summary.html", false, typeString); return; } - checkOutput("a-summary.html", present, + checkOutput("a/module-summary.html", present, "\n" + "\n" + "\n" @@ -196,8 +196,8 @@ + "\n" + "\n" + "\n" - + "\n" - + "\n" + + "\n" + + "\n" + "\n" + "\n" + "
" + typeString + " 
mpmmpm
\n");