mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-31 13:38:47 +00:00
8006241: Test DocRootSlash.java fails
Reviewed-by: darcy
This commit is contained in:
parent
a2f594bf74
commit
f92bbd3311
@ -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.
|
||||
*
|
||||
* 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", ".");
|
||||
|
||||
runJavadoc(new String[] {"-d", TMPDIR_STRING1,
|
||||
"-Xdoclint:none",
|
||||
"-overview", (srcdir + FS + "overview.html"),
|
||||
"-header", "<A HREF=\"{@docroot}/package-list\">{@docroot}</A> <A HREF=\"{@docRoot}/help-doc\">{@docRoot}</A>",
|
||||
"-sourcepath", srcdir,
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user