--- old/test/langtools/jdk/javadoc/doclet/testModules/TestModuleServices.java 2018-02-02 13:16:43.384949688 -0800 +++ new/test/langtools/jdk/javadoc/doclet/testModules/TestModuleServices.java 2018-02-02 13:16:43.024933924 -0800 @@ -124,31 +124,31 @@ "moduleServiceUserNoDescription/pkgServiceUserNoDescription"); checkExit(Exit.OK); - checkOutput("moduleServiceProvider-summary.html", true, + checkOutput("moduleServiceProvider/module-summary.html", true, "\n" - + "Service\n" + "\n" + "
Provides a service whose name is ServiceProvider.
\n" + "\n" + ""); - checkOutput("moduleServiceUser-summary.html", true, + checkOutput("moduleServiceUser/module-summary.html", true, "\n" - + "Service\n" + + "Service\n" + "\n" + "
If no other provider is found, a default internal implementation will be used.
\n" + "\n" + ""); - checkOutput("moduleServiceUserNoDescription-summary.html", true, + checkOutput("moduleServiceUserNoDescription/module-summary.html", true, "\n" - + "Service\n" + + "Service\n" + "\n" + "
A service Interface for service providers.
\n" + "\n" + ""); - checkOutput("moduleServiceProvider-summary.html", false, + checkOutput("moduleServiceProvider/module-summary.html", false, "A service Interface for service providers."); - checkOutput("moduleServiceUser-summary.html", false, + checkOutput("moduleServiceUser/module-summary.html", false, "A service Interface for service providers."); } @@ -169,7 +169,7 @@ "--module", "m"); checkExit(Exit.OK); - checkOutput("m-summary.html", false, + checkOutput("m/module-summary.html", false, "

Services

"); } @@ -190,10 +190,10 @@ "--module", "m"); checkExit(Exit.OK); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "

Services

"); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "\n" + "\n" + "\n" + @@ -230,10 +230,10 @@ "--module", "m"); checkExit(Exit.OK); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "

Services

"); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "
Uses 
\n" + "\n" + "\n" + @@ -270,7 +270,7 @@ checkExit(Exit.OK); - checkOutput("m-summary.html", false, + checkOutput("m/module-summary.html", false, "

Services

"); } @@ -296,10 +296,10 @@ checkExit(Exit.OK); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "

Services

"); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "
Uses 
\n" + "\n" + "\n" + @@ -339,10 +339,10 @@ checkExit(Exit.OK); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "

Services

"); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "
Provides 
\n" + "\n" + "\n" + @@ -381,10 +381,10 @@ checkExit(Exit.OK); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "

Services

"); - checkOutput("m-summary.html", true, + checkOutput("m/module-summary.html", true, "
Provides 
\n" + "\n" + "\n" +
Provides