test/com/sun/javadoc/AccessAsciiArt/AccessAsciiArt.java

changeset 766
90af8d87741f
parent 554
9d9f26857129
child 798
4868a36f6fd8
equal deleted inserted replaced
758:bcbc86cc5b31 766:90af8d87741f
82 */ 82 */
83 private static final String[][] testArray = { 83 private static final String[][] testArray = {
84 84
85 // Test the top line of the class tree 85 // Test the top line of the class tree
86 { 86 {
87 " <IMG SRC=\"../../resources/inherit.gif\" ALT=\"extended by \"><A HREF=\"../../p1/C.html\" title=\"class in p1\">p1.C</A>", 87 "<li><a href=\"../../p1/C.html\" title=\"class in p1\">p1.C</a></li>",
88 TMPDEST_DIR1 + "p1" + FS + "subpkg" + FS + "SSC.html" }, 88 TMPDEST_DIR1 + "p1" + FS + "subpkg" + FS + "SSC.html" },
89 89
90 // Test the second line of the class tree 90 // Test the second line of the class tree
91 { 91 {
92 " <IMG SRC=\"../../resources/inherit.gif\" ALT=\"extended by \"><A HREF=\"../../p1/SC.html\" title=\"class in p1\">p1.SC</A>", 92 "<li><a href=\"../../p1/SC.html\" title=\"class in p1\">p1.SC</a></li>",
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 \"><STRONG>p1.subpkg.SSC</STRONG>", 97 "<li>p1.subpkg.SSC</li>",
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) {

mercurial