You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cactus-dev@jakarta.apache.org by bu...@apache.org on 2004/03/13 17:11:49 UTC

DO NOT REPLY [Bug 27225] - Additional class level method for ServletTestCase

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=27225>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=27225

Additional class level method for ServletTestCase





------- Additional Comments From vmassol@octo.com  2004-03-13 16:11 -------
Hi Archimedes,

I've had a look at your attachment. It would not work as is with Cacts we 
can't change Cactus 1.x that much to accomodate it. More specifically the 
testXXX() method is only executed on the server side whereas you'd like it to 
be executed on the client side.

ATM, we cannot change the beginXXX()/endXXX() paradigm. There is already an 
integration with HttpUnit for endXXX. I guess we could also have one for 
beginXXX but it might be harder. More importantly, I don't know what it would 
bring over the existing Cactus. Also a web conversation suggest there could be 
several calls to the server side during one test. That wouldn't work with 
Cactus (which is based around the assumption of one server side call per test).

I'd be happy to accomodate changes but they must not break current Cactus 
users. However, we have Cactus 2.x being designed, which is a completely new 
effort from scratch.

Thanks!

---------------------------------------------------------------------
To unsubscribe, e-mail: cactus-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: cactus-dev-help@jakarta.apache.org