提交 fe11c664 编写于 作者: A Andy Clement

Changed test so expected results match actual on both windows and Mac

上级 ef59904f
......@@ -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() {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册