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 [EMAIL PROTECTED] 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: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
