Fix tests on windows
This commit is contained in:
parent
793aca60d2
commit
7a417503e5
|
|
@ -141,6 +141,7 @@ abstract class AbstractTests {
|
|||
return stream.map((file) -> file.toAbsolutePath().toString())
|
||||
.map((file) -> (file.length() >= substring) ? file.substring(substring) : "")
|
||||
.filter(StringUtils::hasLength)
|
||||
.map((file) -> file.replace(File.separatorChar, '/'))
|
||||
.toList();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue