提交 94837b09 编写于 作者: J joehw

8027973: javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)

Reviewed-by: alanb, dfuchs, joehw
Contributed-by: patrick.zhang@oracle.com
上级 d7adab47
...@@ -66,10 +66,10 @@ public class XSLTExFuncTest extends TestBase { ...@@ -66,10 +66,10 @@ public class XSLTExFuncTest extends TestBase {
xslFile = filepath + "/tokenize.xsl"; xslFile = filepath + "/tokenize.xsl";
/** /**
* if (isWindows) { xslFile = "/" + xslFile; } * On Windows platform it needs triple '/' for valid URL while double '/' is enough on Linux or Solaris.
* * Here use file:/// directly to make it work on Windows and it will not impact other platforms.
*/ */
xslFileId = "file://" + xslFile; xslFileId = "file:///" + xslFile;
} }
/** /**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册