This website requires JavaScript.
Explore
Help
Sign In
spring
/
spring-framework
Watch
1
Star
0
Fork
0
mirror of
https://github.com/spring-projects/spring-framework.git
synced
2026-09-20 04:09:04 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
bcf6f23225845df01be5a75e052fc58cf6209889
spring-framework
/
org.springframework.expression
/
src
T
History
Mark Pollack
74326a93d2
Fix SPEL tests when using maven. With the maven test runner expression.spel.SetValueTests is run before expression.spel.EvaluationTests. The order is reversed in eclipse/spring-build. Static variables are modifed in SetValueTests that cause EvaluationTests to fail if it is run first. Make a simple fix so SetValueTests uses a local evaluation context variable instead of a static variable.
2009-03-27 16:05:38 +00:00
..
main/java/org/springframework
/expression
pruned bean references support as it was not used
2009-03-23 21:33:15 +00:00
test
Fix SPEL tests when using maven. With the maven test runner expression.spel.SetValueTests is run before expression.spel.EvaluationTests. The order is reversed in eclipse/spring-build. Static variables are modifed in SetValueTests that cause EvaluationTests to fail if it is run first. Make a simple fix so SetValueTests uses a local evaluation context variable instead of a static variable.
2009-03-27 16:05:38 +00:00