test/jdk/javadoc/doclet/testHref/TestHref.java

Print this page

        

@@ -75,9 +75,9 @@
                 "Class C4&lt;E extends C4&lt;E&gt;&gt;</h2>",
                 //Signature does not link to the page itself.
                 "public abstract class <span class=\"typeNameLabel\">C4&lt;E extends C4&lt;E&gt;&gt;</span>"
         );
 
-        checkOutput(Output.WARNING, false,
+        checkOutput(Output.OUT, false,
                 "<a> tag is malformed");
     }
 }