-
Notifications
You must be signed in to change notification settings - Fork 227
Expand file tree
/
Copy pathreadme.txt
More file actions
11 lines (10 loc) · 714 Bytes
/
readme.txt
File metadata and controls
11 lines (10 loc) · 714 Bytes
1
2
3
4
5
6
7
8
9
10
11
In order to run these unit tests
1. Set the JYTHON_HOME environment variable to point to the jython installation directory.
If you are working from an SVN checkout, build jython, and then set the value to the
"dist" subdirectory of your checkout.
2. Set the MOCKRUNNER_HOME environment variable. This should point to the install root of
mockrunner, which you can download from http://mockrunner.sourceforge.net
3. Run the tests by simply typing "ant": the default target is "test".
4. Other available targets are
test_java_15 - which tests modjy against java 1.5 and three different servlet versions
test_java_16 - which tests modjy against java 1.6 and three different servlet versions