mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-18 11:53:17 +00:00
8029504: Regression: TestDocRootLink test fails on Windows
Reviewed-by: bpatel, jjg
This commit is contained in:
parent
dbcdc16212
commit
d56f2315c5
@ -1363,7 +1363,7 @@ public class HtmlDocletWriter extends HtmlDocWriter {
|
||||
return new ContentBuilder();
|
||||
}
|
||||
|
||||
String seetext = replaceDocRootDir(see.text());
|
||||
String seetext = replaceDocRootDir(Util.normalizeNewlines(see.text()));
|
||||
|
||||
//Check if @see is an href or "string"
|
||||
if (seetext.startsWith("<") || seetext.startsWith("\"")) {
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
|
||||
/*
|
||||
* @test
|
||||
* @bug 6553182 8025416
|
||||
* @bug 6553182 8025416 8029504
|
||||
* @summary This test verifies the -Xdocrootparent option.
|
||||
* @author Bhavesh Patel
|
||||
* @library ../lib/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user