FYI:

I've added a seperate ant buildfile for unit tests and integration run-time
tests ( ala cactus, like t3's build ).  To run the unit tests:

ant -buildfile build-test.xml 

and to run the cactus tests:

ant -buildfile build-test.xml test-servlet

Currently there aren't many tests.  The one unit test, CriteriaTest runs
without error.  The other tests that were existing were a test for the
xmlrpc file handler and tests for the GlobalCache service.  The xmlrpc tests
are being compiled but execution is skipped currently since this was
pre-cactus and need to be updated.  The cache test will run, but currently
is failing.  I didn't change any code ( execept to start turbine for the
cache test ) with this commit.  This shouldn't effect the gump builds since
gump is still using the build/build.xml scripts.

I'm not exactly sure about the reasons why the cache test is failing.  Seems
that the testObjectCount() test case may be in error.  It is adding an
object to the cache, tests that it is there, then waits the same amount of
time that it is set to expire, and checks that it is still there, and it is
not. Since it expired?  I'm not sure about the intended behavior of the
patches to the cache, so I left it failing.

jb

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to