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

changeset 2147
130b8c0e570e
parent 2084
6e186ca11ec0
child 2163
8746caa5cf80
     1.1 --- a/test/com/sun/javadoc/testProfiles/TestProfiles.java	Fri Oct 18 15:03:34 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testProfiles/TestProfiles.java	Fri Oct 18 16:34:42 2013 -0700
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug      8006124 8009684 8016921 8023700 8024096 8008164
     1.8 + * @bug      8006124 8009684 8016921 8023700 8024096 8008164 8026567
     1.9   * @summary  Test javadoc support for profiles.
    1.10   * @author   Bhavesh Patel, Evgeniya Stepanova
    1.11   * @library  ../lib/
    1.12 @@ -122,17 +122,17 @@
    1.13          },
    1.14          {PROFILE_BUG_ID + FS + "deprecated-list.html","<td class=\"colOne\">"
    1.15              + "<a href=\"pkg2/Class1Pkg2.html\" title=\"class in pkg2\">pkg2.Class1Pkg2</a>"
    1.16 -            + NL +"<div class=\"block\"><span class=\"italic\">Class1Pkg2. This class is deprecated</span></div>"
    1.17 +            + NL +"<div class=\"block\"><span class=\"deprecationComment\">Class1Pkg2. This class is deprecated</span></div>"
    1.18          },
    1.19          //Test deprecated package in profile
    1.20          {PROFILE_BUG_ID + FS + "deprecated-list.html","<td class=\"colOne\">"
    1.21              + "<a href=\"pkgDeprecated/package-summary.html\">pkgDeprecated</a>"
    1.22 -            + NL +"<div class=\"block\"><span class=\"italic\">This package is <b>Deprecated</b>."
    1.23 +            + NL +"<div class=\"block\"><span class=\"deprecationComment\">This package is <b>Deprecated</b>."
    1.24              + " Use pkg1.</span></div>"
    1.25          },
    1.26          {PROFILE_BUG_ID + FS + "pkgDeprecated" + FS + "package-summary.html",
    1.27 -            "<div class=\"deprecatedContent\"><span class=\"strong\">Deprecated.</span>"
    1.28 -            + NL + "<div class=\"block\"><span class=\"italic\">This package is <b>Deprecated</b>."
    1.29 +            "<div class=\"deprecatedContent\"><span class=\"deprecatedLabel\">Deprecated.</span>"
    1.30 +            + NL + "<div class=\"block\"><span class=\"deprecationComment\">This package is <b>Deprecated</b>."
    1.31              + " Use pkg1.</span></div>"
    1.32          },
    1.33          // need to add teststring when JDK-8015496 will be fixed

mercurial