test/com/sun/javadoc/testLinkOption/TestLinkOption.java

changeset 2147
130b8c0e570e
parent 958
734144b6b22f
child 2366
5b8151ede720
     1.1 --- a/test/com/sun/javadoc/testLinkOption/TestLinkOption.java	Fri Oct 18 15:03:34 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testLinkOption/TestLinkOption.java	Fri Oct 18 16:34:42 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2002, 2013, 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 @@ -23,7 +23,7 @@
    1.11  
    1.12  /*
    1.13   * @test
    1.14 - * @bug 4720957 5020118
    1.15 + * @bug 4720957 5020118 8026567
    1.16   * @summary Test to make sure that -link and -linkoffline link to
    1.17   * right files.
    1.18   * @author jamieh
    1.19 @@ -61,7 +61,7 @@
    1.20                                  "Object</a>&nbsp;p3)"
    1.21          },
    1.22          {BUG_ID + "-1" + FS + "java" + FS + "lang" + FS + "StringBuilderChild.html",
    1.23 -                "<pre>public abstract class <span class=\"strong\">StringBuilderChild</span>" + NL +
    1.24 +                "<pre>public abstract class <span class=\"typeNameLabel\">StringBuilderChild</span>" + NL +
    1.25                  "extends <a href=\"http://java.sun.com/j2se/1.4/docs/api/java/lang/Object.html?is-external=true\" " +
    1.26                  "title=\"class or interface in java.lang\">Object</a></pre>"
    1.27          },

mercurial