test/com/sun/javadoc/testProfiles/TestProfiles.java

changeset 2163
8746caa5cf80
parent 2147
130b8c0e570e
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testProfiles/TestProfiles.java	Wed Oct 23 10:28:10 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testProfiles/TestProfiles.java	Wed Oct 23 13:54:13 2013 -0700
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug      8006124 8009684 8016921 8023700 8024096 8008164 8026567
     1.8 + * @bug      8006124 8009684 8016921 8023700 8024096 8008164 8026567 8026770
     1.9   * @summary  Test javadoc support for profiles.
    1.10   * @author   Bhavesh Patel, Evgeniya Stepanova
    1.11   * @library  ../lib/
    1.12 @@ -85,6 +85,20 @@
    1.13              "<h3><a href=\"pkg2/compact2-package-summary.html\" "
    1.14              + "target=\"classFrame\">pkg2</a></h3>"
    1.15          },
    1.16 +        {PROFILE_BUG_ID + FS + "compact2-summary.html",
    1.17 +            "<ul class=\"blockList\">" + NL + "<li class=\"blockList\">" + NL
    1.18 +            + "<h3><a href=\"pkg2/compact2-package-summary.html\" target=\"classFrame\">"
    1.19 +            + "pkg2</a></h3>" + NL + "<table class=\"typeSummary\" border=\"0\" "
    1.20 +            + "cellpadding=\"3\" cellspacing=\"0\" summary=\"Class Summary table, "
    1.21 +            + "listing classes, and an explanation\">"
    1.22 +        },
    1.23 +        {PROFILE_BUG_ID + FS + "compact2-summary.html",
    1.24 +            "<ul class=\"blockList\">" + NL + "<li class=\"blockList\">" + NL
    1.25 +            + "<h3><a href=\"pkg4/compact2-package-summary.html\" target=\"classFrame\">"
    1.26 +            + "pkg4</a></h3>" + NL + "<table class=\"typeSummary\" border=\"0\" "
    1.27 +            + "cellpadding=\"3\" cellspacing=\"0\" summary=\"Class Summary table, "
    1.28 +            + "listing classes, and an explanation\">"
    1.29 +        },
    1.30          // Tests for profileName-package-summary.html listing the summary for a
    1.31          // package in a profile.
    1.32          {PROFILE_BUG_ID + FS + "pkg5" + FS + "compact3-package-summary.html",
    1.33 @@ -94,6 +108,12 @@
    1.34          {PROFILE_BUG_ID + FS + "pkg5" + FS + "compact3-package-summary.html",
    1.35              "<div class=\"subTitle\">compact3</div>"
    1.36          },
    1.37 +        {PROFILE_BUG_ID + FS + "pkg5" + FS + "compact3-package-summary.html",
    1.38 +            "<ul class=\"blockList\">" + NL + "<li class=\"blockList\">" + NL
    1.39 +            + "<table class=\"typeSummary\" border=\"0\" cellpadding=\"3\" "
    1.40 +            + "cellspacing=\"0\" summary=\"Interface Summary table, listing "
    1.41 +            + "interfaces, and an explanation\">"
    1.42 +        },
    1.43          //Test for "overview-frame.html" showing the "All Profiles" link.
    1.44          {PROFILE_BUG_ID + FS + "overview-frame.html",
    1.45              "<span><a href=\"profile-overview-frame.html\" "
    1.46 @@ -171,6 +191,21 @@
    1.47              + "target=\"classFrame\">Anno1Pkg4</a></li>"
    1.48          },
    1.49          {PROFILE_BUG_ID + FS + "compact1-summary.html","<li>Use</li>"
    1.50 +        },
    1.51 +        {PROFILE_BUG_ID + FS + "compact2-summary.html",
    1.52 +            "<ul class=\"blockList\">" + NL + "<li class=\"blockList\">" + NL
    1.53 +            + "<h3><a href=\"pkg2/compact2-package-summary.html\" target=\"classFrame\">"
    1.54 +            + "pkg2</a></h3>" + NL + "<li class=\"blockList\">" + NL
    1.55 +            + "<table class=\"typeSummary\" border=\"0\" "
    1.56 +            + "cellpadding=\"3\" cellspacing=\"0\" summary=\"Class Summary table, "
    1.57 +            + "listing classes, and an explanation\">"
    1.58 +        },
    1.59 +        {PROFILE_BUG_ID + FS + "pkg5" + FS + "compact3-package-summary.html",
    1.60 +            "<ul class=\"blockList\">" + NL + "<li class=\"blockList\">" + NL
    1.61 +            + "<li class=\"blockList\">" + NL
    1.62 +            + "<table class=\"typeSummary\" border=\"0\" cellpadding=\"3\" "
    1.63 +            + "cellspacing=\"0\" summary=\"Interface Summary table, listing "
    1.64 +            + "interfaces, and an explanation\">"
    1.65          }
    1.66      };
    1.67      private static final String[][] PACKAGES_TEST = {

mercurial