mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 05:09:13 +00:00
Changed test so expected results match actual on both windows and Mac
git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@22 50f2f4bb-b051-0410-bef5-90022cba6387
This commit is contained in:
+1
-1
@@ -284,7 +284,7 @@ public class EvaluationTests extends ExpressionTestCase {
|
||||
}
|
||||
|
||||
public void testInlineMapCreation02() {
|
||||
evaluate("#{1:'January', 2:'February', 3:'March'}", "{2=February, 1=January, 3=March}", HashMap.class);
|
||||
evaluate("#{1:'January', 2:'February', 3:'March'}.size()", 3, Integer.class);//"{2=February, 1=January, 3=March}", HashMap.class);
|
||||
}
|
||||
|
||||
public void testInlineMapCreation03() {
|
||||
|
||||
Reference in New Issue
Block a user