langtools/test/com/sun/javadoc/testOverridenMethods/TestOverridenMethodDocCopy.java
equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
26 * @bug 4368820 8025633 |
26 * @bug 4368820 8025633 8026567 |
27 * @summary Inherited comment should link directly to member, not just |
27 * @summary Inherited comment should link directly to member, not just |
28 * class |
28 * class |
29 * @author jamieh |
29 * @author jamieh |
30 * @library ../lib/ |
30 * @library ../lib/ |
31 * @build JavadocTester |
31 * @build JavadocTester |
44 }; |
44 }; |
45 |
45 |
46 //Input for string search tests. |
46 //Input for string search tests. |
47 private static final String[][] TEST = { |
47 private static final String[][] TEST = { |
48 {BUG_ID + FS + "pkg1" + FS + "SubClass.html", |
48 {BUG_ID + FS + "pkg1" + FS + "SubClass.html", |
49 "<span class=\"strong\">Description copied from class: <code>" + |
49 "<span class=\"descfrmTypeLabel\">Description copied from class: <code>" + |
50 "<a href=\"../pkg1/BaseClass.html#overridenMethodWithDocsToCopy--\">" + |
50 "<a href=\"../pkg1/BaseClass.html#overridenMethodWithDocsToCopy--\">" + |
51 "BaseClass</a></code></span>" |
51 "BaseClass</a></code></span>" |
52 } |
52 } |
53 }; |
53 }; |
54 private static final String[][] NEGATED_TEST = NO_TEST; |
54 private static final String[][] NEGATED_TEST = NO_TEST; |