提交 af5c3046 authored 作者: Thomas Mueller's avatar Thomas Mueller

Improved compatibility with the Java 7 FileSystem abstraction.

上级 6d129986
......@@ -210,7 +210,7 @@ public class TestFileSystem extends TestBase {
private void testUserHome() {
String fileName = FileUtils.getCanonicalPath("~/test");
String userDir = System.getProperty("user.home");
String userDir = System.getProperty("user.home").replace('\\', '/');
assertTrue(fileName.startsWith(userDir));
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论