langtools/test/com/sun/javadoc/testSummaryHeading/TestSummaryHeading.java
changeset 2320 5b8c377175f4
parent 1787 1aa079321cd2
child 5520 86e4b9a9da40
equal deleted inserted replaced
2319:71bde363b33e 2320:5b8c377175f4
    44         "-d", BUG_ID, "-sourcepath", SRC_DIR, SRC_DIR + FS + "C.java"
    44         "-d", BUG_ID, "-sourcepath", SRC_DIR, SRC_DIR + FS + "C.java"
    45     };
    45     };
    46 
    46 
    47     //Input for string search tests.
    47     //Input for string search tests.
    48     private static final String[][] TEST = {
    48     private static final String[][] TEST = {
    49         {BUG_ID + FS + "C.html",  "<STRONG>Method Summary</STRONG>"}
    49         {BUG_ID + FS + "C.html",  "<CAPTION CLASS=\"TableCaption\">" + NL +
       
    50                  "Method Summary</CAPTION>"}
    50     };
    51     };
    51     private static final String[][] NEGATED_TEST = NO_TEST;
    52     private static final String[][] NEGATED_TEST = NO_TEST;
    52 
    53 
    53     /**
    54     /**
    54      * The entry point of the test.
    55      * The entry point of the test.