cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2003-10-13 Thread rdonkin
rdonkin 2003/10/13 00:48:32 Modified:jexl LICENSE.txt jexl/examples ArrayExample.java MethodPropertyExample.java jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Fixed typos in apache license Revision ChangesPath 1.2 +4 -4

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-12-16 Thread jstrachan
jstrachan2002/12/16 02:42:26 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added another failing unit test case. The parser cannot handle foo.count != -1 Revision ChangesPath 1.25 +26 -15

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-11-20 Thread jstrachan
jstrachan2002/11/20 04:58:40 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: added more unit tests to demonstrate the use of logical and and or in expressions Revision ChangesPath 1.24 +23 -1

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-26 Thread jstrachan
jstrachan2002/10/26 02:14:47 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added another failing test case for Jexl. Revision ChangesPath 1.22 +15 -1 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index:

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-26 Thread jstrachan
jstrachan2002/10/26 02:26:38 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added another failing test case for Jexl. Revision ChangesPath 1.23 +3 -1 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index:

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 03:40:58 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases (that fail!) to demonstrate the .size() bug in Jexl. Revision ChangesPath 1.17 +14 -1

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 04:09:32 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases (that fail!). Also added a helper method assertExpression(jc, expressionText, expectedValue) that makes it really easy to add lots more

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 06:51:36 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases Revision ChangesPath 1.19 +44 -8 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 07:19:16 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a few more test cases Revision ChangesPath 1.20 +5 -4 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-10-10 Thread jstrachan
jstrachan2002/10/10 08:44:23 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Fixed a glaring bug I'd introduced into the unit test case by a bad cut and paste :-). the tests now demonstrate 3 main bugs in Jexl * .size() doesn't work in an expression

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-06-13 Thread geirm
geirm 2002/06/13 09:11:28 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added test for resolver Revision ChangesPath 1.11 +53 -2 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-05-20 Thread jstrachan
jstrachan02/05/20 03:49:27 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a new unit test case to demonstrate double array lookups don't quite work yet. e.g. the following expression can't be parsed foo[0][1] Revision ChangesPath 1.6

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-05-20 Thread jstrachan
jstrachan02/05/20 05:32:23 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added a couple more EL unit tests for the use of dot notation to lookup map entries and the use of underscores in variable names Revision ChangesPath 1.7 +35 -1

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-05-20 Thread jstrachan
jstrachan02/05/20 07:11:25 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added new test case for int properties, seems to work fine Revision ChangesPath 1.8 +22 -1 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-05-17 Thread jstrachan
jstrachan02/05/17 00:53:47 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: Added some more unit tests to test the use of calculations; it seems multiplication isn't working yet. Revision ChangesPath 1.2 +37 -1

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-05-17 Thread geirm
geirm 02/05/17 05:14:36 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: The spec has non-String -Double -Float arithmetics done in Long, so need to make test comparitors Longs. also, String concat bye-bye for the momement. Will revisit Revision

cvs commit: jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl JexlTest.java

2002-05-17 Thread geirm
geirm 02/05/17 05:22:35 Modified:jexl/src/test/org/apache/commons/jexl JexlTest.java Log: added FP tests Revision ChangesPath 1.5 +33 -17 jakarta-commons-sandbox/jexl/src/test/org/apache/commons/jexl/JexlTest.java Index: JexlTest.java