test/com/sun/javadoc/testSinceTag/TestSinceTag.java

changeset 2147
130b8c0e570e
parent 1744
76a691e3e961
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testSinceTag/TestSinceTag.java	Fri Oct 18 15:03:34 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testSinceTag/TestSinceTag.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      7180906
     1.8 + * @bug      7180906 8026567
     1.9   * @summary  Test to make sure that the since tag works correctly
    1.10   * @author   Bhavesh Patel
    1.11   * @library  ../lib/
    1.12 @@ -48,11 +48,11 @@
    1.13      //Input for string search tests.
    1.14      private static final String[][] TEST = {
    1.15          {BUG_ID + FS + "pkg1" + FS + "C1.html",
    1.16 -            "<dl>" + NL + "<dt><span class=\"strong\">Since:</span></dt>" + NL +
    1.17 +            "<dl>" + NL + "<dt><span class=\"simpleTagLabel\">Since:</span></dt>" + NL +
    1.18              "<dd>JDK1.0</dd>"
    1.19          },
    1.20          {BUG_ID + FS + "serialized-form.html",
    1.21 -            "<dl>" + NL + "<dt><span class=\"strong\">Since:</span></dt>" + NL +
    1.22 +            "<dl>" + NL + "<dt><span class=\"simpleTagLabel\">Since:</span></dt>" + NL +
    1.23              "<dd>1.4</dd>"
    1.24          }
    1.25      };

mercurial