mirror of
https://github.com/spring-projects/spring-framework
synced 2026-06-08 17:33:33 +00:00
d1d6eb095e
The previous change to the tests resulted in a failure on Windows when using the DefaultResourceLoader by expecting an exception when no exception is thrown. This commit narrows the scope of the if-clause to expect an exception only when using the FileSystemResourceLoader on Windows. See gh-28703, gh-28746