mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8029504: Regression: TestDocRootLink test fails on Windows
Reviewed-by: bpatel, jjg
This commit is contained in:
parent
dbcdc16212
commit
d56f2315c5
2 changed files with 2 additions and 2 deletions
|
@ -1363,7 +1363,7 @@ public class HtmlDocletWriter extends HtmlDocWriter {
|
||||||
return new ContentBuilder();
|
return new ContentBuilder();
|
||||||
}
|
}
|
||||||
|
|
||||||
String seetext = replaceDocRootDir(see.text());
|
String seetext = replaceDocRootDir(Util.normalizeNewlines(see.text()));
|
||||||
|
|
||||||
//Check if @see is an href or "string"
|
//Check if @see is an href or "string"
|
||||||
if (seetext.startsWith("<") || seetext.startsWith("\"")) {
|
if (seetext.startsWith("<") || seetext.startsWith("\"")) {
|
||||||
|
|
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* @test
|
* @test
|
||||||
* @bug 6553182 8025416
|
* @bug 6553182 8025416 8029504
|
||||||
* @summary This test verifies the -Xdocrootparent option.
|
* @summary This test verifies the -Xdocrootparent option.
|
||||||
* @author Bhavesh Patel
|
* @author Bhavesh Patel
|
||||||
* @library ../lib/
|
* @library ../lib/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue