test/com/sun/javadoc/testDocRootInlineTag/TestDocRootInlineTag.java

changeset 766
90af8d87741f
parent 554
9d9f26857129
child 798
4868a36f6fd8
     1.1 --- a/test/com/sun/javadoc/testDocRootInlineTag/TestDocRootInlineTag.java	Tue Nov 30 09:38:48 2010 -0800
     1.2 +++ b/test/com/sun/javadoc/testDocRootInlineTag/TestDocRootInlineTag.java	Wed Dec 01 11:02:38 2010 -0800
     1.3 @@ -39,13 +39,13 @@
     1.4      private static final String BUG_ID = "4369014-4851991";
     1.5      private static final String[][] TEST = {
     1.6          {BUG_ID + FS + "TestDocRootTag.html",
     1.7 -            "<A HREF=\"http://www.java.sun.com/j2se/1.4/docs/api/java/io/File.html?is-external=true\" " +
     1.8 -            "title=\"class or interface in java.io\"><CODE>File</CODE></A>"},
     1.9 +            "<a href=\"http://www.java.sun.com/j2se/1.4/docs/api/java/io/File.html?is-external=true\" " +
    1.10 +            "title=\"class or interface in java.io\"><code>File</code></a>"},
    1.11          {BUG_ID + FS + "TestDocRootTag.html",
    1.12              "<a href=\"./glossary.html\">glossary</a>"},
    1.13          {BUG_ID + FS + "TestDocRootTag.html",
    1.14 -            "<A HREF=\"http://www.java.sun.com/j2se/1.4/docs/api/java/io/File.html?is-external=true\" " +
    1.15 -            "title=\"class or interface in java.io\"><CODE>Second File Link</CODE></A>"},
    1.16 +            "<a href=\"http://www.java.sun.com/j2se/1.4/docs/api/java/io/File.html?is-external=true\" " +
    1.17 +            "title=\"class or interface in java.io\"><code>Second File Link</code></a>"},
    1.18          {BUG_ID + FS + "TestDocRootTag.html", "The value of @docRoot is \"./\""},
    1.19          {BUG_ID + FS + "index-all.html", "My package page is " +
    1.20              "<a href=\"./pkg/package-summary.html\">here</a>"}

mercurial