test/langtools/jdk/javadoc/doclet/testModules/TestModules.java
changeset 53879 e7cb0348fa1c
parent 53562 0d9dee001667
child 53883 f41793b5b83f
equal deleted inserted replaced
53878:4584d0331318 53879:e7cb0348fa1c
  1259                 + "<dt><a href=\"test.moduleFullName/module-summary.html\">test.moduleFullName</a> - module test.moduleFullName</dt>\n"
  1259                 + "<dt><a href=\"test.moduleFullName/module-summary.html\">test.moduleFullName</a> - module test.moduleFullName</dt>\n"
  1260                 + "<dd>\n"
  1260                 + "<dd>\n"
  1261                 + "<div class=\"block\">This is a test description for the test.moduleFullName.</div>\n"
  1261                 + "<div class=\"block\">This is a test description for the test.moduleFullName.</div>\n"
  1262                 + "</dd>");
  1262                 + "</dd>");
  1263         checkOutput("module-overview-frame.html", found,
  1263         checkOutput("module-overview-frame.html", found,
  1264                 "<h2 title=\"Modules\">Modules</h2>\n"
  1264                 "<h1 title=\"Modules\">Modules</h1>\n"
  1265                 + "<ul title=\"Modules\">\n"
  1265                 + "<ul title=\"Modules\">\n"
  1266                 + "<li><a href=\"moduleB/module-frame.html\" target=\"packageListFrame\" onclick=\"updateModuleFrame('moduleB/module-type-frame.html','moduleB/module-summary.html');\">moduleB</a></li>\n"
  1266                 + "<li><a href=\"moduleB/module-frame.html\" target=\"packageListFrame\" onclick=\"updateModuleFrame('moduleB/module-type-frame.html','moduleB/module-summary.html');\">moduleB</a></li>\n"
  1267                 + "<li><a href=\"test.moduleFullName/module-frame.html\" target=\"packageListFrame\" onclick=\"updateModuleFrame('test.moduleFullName/module-type-frame.html','test.moduleFullName/module-summary.html');\">test.moduleFullName</a></li>\n"
  1267                 + "<li><a href=\"test.moduleFullName/module-frame.html\" target=\"packageListFrame\" onclick=\"updateModuleFrame('test.moduleFullName/module-type-frame.html','test.moduleFullName/module-summary.html');\">test.moduleFullName</a></li>\n"
  1268                 + "</ul>");
  1268                 + "</ul>");
  1269         checkOutput("test.moduleFullName/module-summary.html", !found,
  1269         checkOutput("test.moduleFullName/module-summary.html", !found,