equal
deleted
inserted
replaced
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", |