mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
Fix TestAotProcessorTests on MS Windows
Closes gh-29103
This commit is contained in:
+1
@@ -92,6 +92,7 @@ class TestAotProcessorTests extends AbstractAotTests {
|
||||
.map(Path::toAbsolutePath)
|
||||
.map(Path::toString)
|
||||
.map(path -> path.substring(prefixLength))
|
||||
.map(path -> path.replace('\\', '/')) // convert Windows path
|
||||
.toList();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user