test/com/sun/javadoc/testTypeParams/TestTypeParameters.java

changeset 2101
933ba3f81a87
parent 1741
4c43e51433ba
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java	Thu Oct 10 08:51:55 2013 +0200
     1.2 +++ b/test/com/sun/javadoc/testTypeParams/TestTypeParameters.java	Thu Oct 10 10:51:15 2013 -0700
     1.3 @@ -23,7 +23,7 @@
     1.4  
     1.5  /*
     1.6   * @test
     1.7 - * @bug      4927167 4974929 7010344
     1.8 + * @bug      4927167 4974929 7010344 8025633
     1.9   * @summary  When the type parameters are more than 10 characters in length,
    1.10   *           make sure there is a line break between type params and return type
    1.11   *           in member summary. Also, test for type parameter links in package-summary and
    1.12 @@ -71,7 +71,7 @@
    1.13          },
    1.14          //Nested type parameters
    1.15          {BUG_ID + FS + "pkg" + FS + "C.html",
    1.16 -            "<a name=\"formatDetails(java.util.Collection, java.util.Collection)\">" + NL +
    1.17 +            "<a name=\"formatDetails-java.util.Collection-java.util.Collection-\">" + NL +
    1.18              "<!--   -->" + NL +
    1.19              "</a>"
    1.20          },

mercurial