test/com/sun/javadoc/testHref/TestHref.java

changeset 958
734144b6b22f
parent 798
4868a36f6fd8
child 1743
6a5288a298fd
     1.1 --- a/test/com/sun/javadoc/testHref/TestHref.java	Sun Apr 03 17:00:50 2011 -0700
     1.2 +++ b/test/com/sun/javadoc/testHref/TestHref.java	Mon Apr 04 10:14:23 2011 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2011, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -27,8 +27,7 @@
    1.11   * @summary  Verify that spaces do not appear in hrefs and anchors.
    1.12   * @author   jamieh
    1.13   * @library  ../lib/
    1.14 - * @build    JavadocTester
    1.15 - * @build    TestHref
    1.16 + * @build    JavadocTester TestHref
    1.17   * @run main TestHref
    1.18   */
    1.19  
    1.20 @@ -81,7 +80,7 @@
    1.21  
    1.22          //Signature does not link to the page itself.
    1.23          {BUG_ID + FS + "pkg" + FS + "C4.html",
    1.24 -            "public abstract class <strong>C4&lt;E extends C4&lt;E&gt;&gt;</strong>"
    1.25 +            "public abstract class <span class=\"strong\">C4&lt;E extends C4&lt;E&gt;&gt;</span>"
    1.26          },
    1.27      };
    1.28      private static final String[][] NEGATED_TEST =

mercurial