mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-19 19:29:03 +00:00
SpringEL300Tests's #testArray method was originally introduced with SPR-9203, which has not yet been backported to 3.1.x. During the process of backporting SPR-9486 functionality, this method was accidentally introduced, causing false negative test failures. This commit removes the offending test method. Issue: SPR-9203, SPR-9486