test/com/sun/javadoc/testAnnotationTypes/TestAnnotationTypes.java

changeset 2101
933ba3f81a87
parent 2035
a2a5ad0853ed
child 2147
130b8c0e570e
     1.1 --- a/test/com/sun/javadoc/testAnnotationTypes/TestAnnotationTypes.java	Thu Oct 10 08:51:55 2013 +0200
     1.2 +++ b/test/com/sun/javadoc/testAnnotationTypes/TestAnnotationTypes.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      4973609 8015249
     1.8 + * @bug      4973609 8015249 8025633
     1.9   * @summary  Make sure that annotation types with 0 members does not have
    1.10   *           extra HR tags.
    1.11   * @author   jamieh
    1.12 @@ -45,11 +45,11 @@
    1.13      //Input for string search tests.
    1.14      private static final String[][] TEST = {
    1.15          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeField.html",
    1.16 -            "<li>Summary:&nbsp;</li>" + NL + "<li><a href=\"#annotation_type_" +
    1.17 -            "field_summary\">Field</a>&nbsp;|&nbsp;</li>"},
    1.18 +            "<li>Summary:&nbsp;</li>" + NL + "<li><a href=\"#annotation.type." +
    1.19 +            "field.summary\">Field</a>&nbsp;|&nbsp;</li>"},
    1.20          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeField.html",
    1.21 -            "<li>Detail:&nbsp;</li>" + NL + "<li><a href=\"#annotation_type_" +
    1.22 -            "field_detail\">Field</a>&nbsp;|&nbsp;</li>"},
    1.23 +            "<li>Detail:&nbsp;</li>" + NL + "<li><a href=\"#annotation.type." +
    1.24 +            "field.detail\">Field</a>&nbsp;|&nbsp;</li>"},
    1.25          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeField.html",
    1.26              "<!-- =========== ANNOTATION TYPE FIELD SUMMARY =========== -->"},
    1.27          {BUG_ID + FS + "pkg" + FS + "AnnotationTypeField.html",

mercurial