8006241: Test DocRootSlash.java fails

Mon, 14 Jan 2013 14:17:25 -0800

author
jjg
date
Mon, 14 Jan 2013 14:17:25 -0800
changeset 1493
d54b4a091450
parent 1492
df694c775e8a
child 1494
f805b5e3c9d1

8006241: Test DocRootSlash.java fails
Reviewed-by: darcy

test/com/sun/javadoc/DocRootSlash/DocRootSlash.java file | annotate | diff | comparison | revisions
     1.1 --- a/test/com/sun/javadoc/DocRootSlash/DocRootSlash.java	Mon Jan 14 13:50:01 2013 -0800
     1.2 +++ b/test/com/sun/javadoc/DocRootSlash/DocRootSlash.java	Mon Jan 14 14:17:25 2013 -0800
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2002, 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 @@ -60,6 +60,7 @@
    1.11          String srcdir = System.getProperty("test.src", ".");
    1.12  
    1.13          runJavadoc(new String[] {"-d", TMPDIR_STRING1,
    1.14 +                                 "-Xdoclint:none",
    1.15                                   "-overview", (srcdir + FS + "overview.html"),
    1.16                                   "-header", "<A HREF=\"{@docroot}/package-list\">{&#064;docroot}</A> <A HREF=\"{@docRoot}/help-doc\">{&#064;docRoot}</A>",
    1.17                                   "-sourcepath", srcdir,

mercurial