test/langtools/jdk/javadoc/doclet/AccessAsciiArt/AccessAsciiArt.java
changeset 54648 89f2043ee67a
parent 53097 2e82ca64b25d
equal deleted inserted replaced
54647:c0d9bc9b4e1f 54648:89f2043ee67a
    48                 "p1", "p1.subpkg");
    48                 "p1", "p1.subpkg");
    49         checkExit(Exit.OK);
    49         checkExit(Exit.OK);
    50 
    50 
    51         checkOutput("p1/subpkg/SSC.html", true,
    51         checkOutput("p1/subpkg/SSC.html", true,
    52                 // Test the top line of the class tree
    52                 // Test the top line of the class tree
    53                 "<li><a href=\"../C.html\" title=\"class in p1\">p1.C</a></li>",
    53                 "<div class=\"inheritance\"><a href=\"../C.html\" title=\"class in p1\">p1.C</a>",
    54                 // Test the second line of the class tree
    54                 // Test the second line of the class tree
    55                 "<li><a href=\"../SC.html\" title=\"class in p1\">p1.SC</a></li>",
    55                 "<div class=\"inheritance\"><a href=\"../SC.html\" title=\"class in p1\">p1.SC</a>",
    56                 // Test the third line of the class tree
    56                 // Test the third line of the class tree
    57                 "<li>p1.subpkg.SSC</li>");
    57                 "<div class=\"inheritance\">p1.subpkg.SSC</div>\n</div>\n</div>");
    58     }
    58     }
    59 }
    59 }