langtools/test/com/sun/javadoc/testOverridenMethods/TestOverridenMethodDocCopy.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 5520 86e4b9a9da40
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    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             "<B>Description copied from class: <CODE>" +
    49             "<STRONG>Description copied from class: <CODE>" +
    50             "<A HREF=\"../pkg1/BaseClass.html#overridenMethodWithDocsToCopy()\">" +
    50             "<A HREF=\"../pkg1/BaseClass.html#overridenMethodWithDocsToCopy()\">" +
    51             "BaseClass</A></CODE></B>"
    51             "BaseClass</A></CODE></STRONG>"
    52         }
    52         }
    53     };
    53     };
    54     private static final String[][] NEGATED_TEST = NO_TEST;
    54     private static final String[][] NEGATED_TEST = NO_TEST;
    55 
    55 
    56     /**
    56     /**