langtools/test/com/sun/javadoc/testSummaryHeading/TestSummaryHeading.java
changeset 1787 1aa079321cd2
parent 10 06bc494ca11e
child 2320 5b8c377175f4
equal deleted inserted replaced
1753:d4c11dcedac3 1787:1aa079321cd2
    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",  "<B>Method Summary</B>"}
    49         {BUG_ID + FS + "C.html",  "<STRONG>Method Summary</STRONG>"}
    50     };
    50     };
    51     private static final String[][] NEGATED_TEST = NO_TEST;
    51     private static final String[][] NEGATED_TEST = NO_TEST;
    52 
    52 
    53     /**
    53     /**
    54      * The entry point of the test.
    54      * The entry point of the test.