Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix false negative test failure in ResourceTests
Prior to changes in commit 57851de, AbstractResource#getFilename threw IllegalStateException unless overridden by a subclass. Following that change, this method now throws null instead, but ResourceTests#testAbstractResourceExceptions had not been updated to reflect, resulting in a false negative failure. This has now been fixed. Issue: SPR-9043
- Loading branch information