提交 8ae5a82d 编写于 作者: K ksrini

8029504: Regression: TestDocRootLink test fails on Windows

Reviewed-by: bpatel, jjg
上级 c9a2db6f
......@@ -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/
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册