mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
try test fix again
This commit is contained in:
parent
ae232b73d7
commit
75e9383a5c
@ -631,7 +631,7 @@ final class TestIOUtils {
|
||||
|
||||
private static String windowsPathIfNecessary(String path) {
|
||||
// this is a workaround for the Windows file system which doesn't allow slashes in file names
|
||||
return File.pathSeparatorChar == '/' ? path : path.replace('/', File.pathSeparatorChar);
|
||||
return File.separatorChar == '/' ? path : path.replace('/', File.separatorChar);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user