tobrien 2003/09/09 10:48:27
Modified: jexl/src/test/org/apache/commons/jexl JexlTest.java
Log:
Removed the array.length from JexlTest.
Revision Changes Path
1.31 +1 -2
jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java
Index: JexlTest.java
===================================================================
RCS file:
/home/cvs/jakarta-commons/jexl/src/test/org/apache/commons/jexl/JexlTest.java,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- JexlTest.java 4 Sep 2003 01:06:29 -0000 1.30
+++ JexlTest.java 9 Sep 2003 17:48:27 -0000 1.31
@@ -440,7 +440,6 @@
assertExpression(jc, "size(list)", new Integer(5));
assertExpression(jc, "list.size()", new Integer(5));
assertExpression(jc, "map.size()", new Integer(5));
- assertExpression(jc, "array.length", new Integer(5));
assertExpression(jc, "list.get(size(list) - 1)", "5");
assertExpression(jc, "list[size(list) - 1]", "5");
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]