< prev index next >

test/langtools/jdk/javadoc/doclet/testValueTag/TestValueTagInModule.java

Print this page

        

*** 66,78 **** "--module", "m1"); checkExit(Exit.OK); checkOutput("m1/module-summary.html", true, ! "<a id=\"module.description\">\n" ! + "<!-- -->\n" ! + "</a>\n" + "<div class=\"block\">value of field CONS : <a href=\"pkg/A.html#CONS\">100</a></div>"); } void createTestClass(Path srcDir) throws Exception { new ModuleBuilder(tb, "m1") --- 66,77 ---- "--module", "m1"); checkExit(Exit.OK); checkOutput("m1/module-summary.html", true, ! "<section class=\"moduleDescription\" id=\"module.description\">\n" ! + "<!-- ============ MODULE DESCRIPTION =========== -->\n" + "<div class=\"block\">value of field CONS : <a href=\"pkg/A.html#CONS\">100</a></div>"); } void createTestClass(Path srcDir) throws Exception { new ModuleBuilder(tb, "m1")
< prev index next >