langtools/test/com/sun/javadoc/AccessAsciiArt/AccessAsciiArt.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    92 "      <IMG SRC=\"../../resources/inherit.gif\" ALT=\"extended by \"><A HREF=\"../../p1/SC.html\" title=\"class in p1\">p1.SC</A>",
    92 "      <IMG SRC=\"../../resources/inherit.gif\" ALT=\"extended by \"><A HREF=\"../../p1/SC.html\" title=\"class in p1\">p1.SC</A>",
    93                      TMPDEST_DIR1 + "p1" + FS + "subpkg" + FS + "SSC.html" },
    93                      TMPDEST_DIR1 + "p1" + FS + "subpkg" + FS + "SSC.html" },
    94 
    94 
    95             // Test the third line of the class tree
    95             // Test the third line of the class tree
    96             {
    96             {
    97 "          <IMG SRC=\"../../resources/inherit.gif\" ALT=\"extended by \"><B>p1.subpkg.SSC</B>",
    97 "          <IMG SRC=\"../../resources/inherit.gif\" ALT=\"extended by \"><STRONG>p1.subpkg.SSC</STRONG>",
    98                      TMPDEST_DIR1 + "p1" + FS + "subpkg" + FS +"SSC.html" },
    98                      TMPDEST_DIR1 + "p1" + FS + "subpkg" + FS +"SSC.html" },
    99 
    99 
   100         };
   100         };
   101 
   101 
   102     public static void runTestsOnHTML(String[][] testArray) {
   102     public static void runTestsOnHTML(String[][] testArray) {