langtools/test/com/sun/javadoc/testProfiles/TestProfilesConfiguration.java
changeset 21478 fa4c7cda1b41
parent 19937 7dacecdfbad4
child 23971 f5ff1f5a8dee
equal deleted inserted replaced
21477:02dc78554e0c 21478:fa4c7cda1b41
    21  * questions.
    21  * questions.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @bug      8006124 8009684 8015663 8015496
    26  * @bug      8006124 8009684 8015663 8015496 8026567
    27  * @summary  Test javadoc options support for profiles.
    27  * @summary  Test javadoc options support for profiles.
    28  * @author   Evgeniya Stepanova
    28  * @author   Evgeniya Stepanova
    29  * @library  ../lib/
    29  * @library  ../lib/
    30  * @build    JavadocTester TestProfilesConfiguration
    30  * @build    JavadocTester TestProfilesConfiguration
    31  * @run main TestProfilesConfiguration
    31  * @run main TestProfilesConfiguration
    85         },
    85         },
    86         //Deprecated information on a package
    86         //Deprecated information on a package
    87         {PROFILE_CONFIGURATION_BUG_ID + FS + "compact1-summary.html",
    87         {PROFILE_CONFIGURATION_BUG_ID + FS + "compact1-summary.html",
    88             "<h3><a href=\"pkgDeprecated/compact1-package-summary.html\" target=\"" +
    88             "<h3><a href=\"pkgDeprecated/compact1-package-summary.html\" target=\"" +
    89             "classFrame\">pkgDeprecated</a></h3>" + NL + "<div class=\"deprecatedContent\">" +
    89             "classFrame\">pkgDeprecated</a></h3>" + NL + "<div class=\"deprecatedContent\">" +
    90             "<span class=\"strong\">Deprecated.</span></div>"
    90             "<span class=\"deprecatedLabel\">Deprecated.</span></div>"
    91         }
    91         }
    92     };
    92     };
    93     private static final String[][] PROFILES_CONFIGURATION_NEGATED_TEST = {
    93     private static final String[][] PROFILES_CONFIGURATION_NEGATED_TEST = {
    94         //-nocomments option test string
    94         //-nocomments option test string
    95         {PROFILE_CONFIGURATION_BUG_ID + FS + "compact1-summary.html",
    95         {PROFILE_CONFIGURATION_BUG_ID + FS + "compact1-summary.html",