< prev index next >

test/langtools/jdk/javadoc/doclet/testLinkToSerialForm/TestLinkToSerialForm.java

Print this page

        

*** 47,56 **** "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("serialized-form.html", true, ! "<a id=\"pkg.C\">"); checkOutput("pkg/C.html", true, "<a href=\"../serialized-form.html#pkg.C\">"); } } --- 47,56 ---- "-sourcepath", testSrc, "pkg"); checkExit(Exit.OK); checkOutput("serialized-form.html", true, ! "<section class=\"serializedClassDetails\" id=\"pkg.C\">"); checkOutput("pkg/C.html", true, "<a href=\"../serialized-form.html#pkg.C\">"); } }
< prev index next >