8029504: Regression: TestDocRootLink test fails on Windows

Reviewed-by: bpatel, jjg
This commit is contained in:
Kumar Srinivasan 2013-12-06 09:07:47 -08:00
parent dbcdc16212
commit d56f2315c5
2 changed files with 2 additions and 2 deletions

View file

@ -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("\"")) {

View file

@ -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/