mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8006241: Test DocRootSlash.java fails
Reviewed-by: darcy
This commit is contained in:
parent
a2f594bf74
commit
f92bbd3311
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (c) 2002, Oracle and/or its affiliates. All rights reserved.
|
* Copyright (c) 2002, 2013, Oracle and/or its affiliates. All rights reserved.
|
||||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||||
*
|
*
|
||||||
* This code is free software; you can redistribute it and/or modify it
|
* This code is free software; you can redistribute it and/or modify it
|
||||||
|
@ -60,6 +60,7 @@ public class DocRootSlash
|
||||||
String srcdir = System.getProperty("test.src", ".");
|
String srcdir = System.getProperty("test.src", ".");
|
||||||
|
|
||||||
runJavadoc(new String[] {"-d", TMPDIR_STRING1,
|
runJavadoc(new String[] {"-d", TMPDIR_STRING1,
|
||||||
|
"-Xdoclint:none",
|
||||||
"-overview", (srcdir + FS + "overview.html"),
|
"-overview", (srcdir + FS + "overview.html"),
|
||||||
"-header", "<A HREF=\"{@docroot}/package-list\">{@docroot}</A> <A HREF=\"{@docRoot}/help-doc\">{@docRoot}</A>",
|
"-header", "<A HREF=\"{@docroot}/package-list\">{@docroot}</A> <A HREF=\"{@docRoot}/help-doc\">{@docRoot}</A>",
|
||||||
"-sourcepath", srcdir,
|
"-sourcepath", srcdir,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue