test/com/sun/javadoc/testUseOption/TestUseOption.java

changeset 2055
184c0d6698c3
parent 1350
ef88ae455c88
child 2525
2eb010b6cb22
     1.1 --- a/test/com/sun/javadoc/testUseOption/TestUseOption.java	Tue Sep 24 13:48:12 2013 -0700
     1.2 +++ b/test/com/sun/javadoc/testUseOption/TestUseOption.java	Tue Sep 24 16:12:06 2013 -0700
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 2012, 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 4496290 4985072 7006178 7068595
    1.15 + * @bug 4496290 4985072 7006178 7068595 8016328
    1.16   * @summary A simple test to determine if -use works.
    1.17   * @author jamieh
    1.18   * @library ../lib/
    1.19 @@ -60,7 +60,7 @@
    1.20                   "UsedInC</a> in <a href=\"../package-summary.html\">&lt;Unnamed&gt;</a>"
    1.21          },
    1.22          {BUG_ID + "-3" + FS + "package-use.html", "<td class=\"colOne\">" +
    1.23 -                 "<a href=\"class-use/UsedInC.html#&lt;Unnamed&gt;\">UsedInC</a>&nbsp;</td>"
    1.24 +                 "<a href=\"class-use/UsedInC.html#%3CUnnamed%3E\">UsedInC</a>&nbsp;</td>"
    1.25          }
    1.26      };
    1.27  

mercurial