Hi Vincent!
I hoped you'd include some kind of mock-object implementation in the
next release. It would make for more flexible testing.
Un saludo,
Alex.
Vincent Massol wrote:
>
> The roadmap for the next release of Cactus (i.e. 1.1) is :
> - include all corrections/improvements already under CVS, as described in
> http://jakarta.apache.org/commons/cactus/changes.html
> - correct the 2 bugs initally reported by Bob Davison and apply his patches.
> The bugs are :
> - "Result not found" bug under Tomcat. Sometimes, when the test is a bit
> long, under Tomcat, the client side of Cactus would read the result *before*
> the test result is actually committed in the application scope
> - "Too much data" bug under Tomcat. This an io lock that can happen under
> Tomcat if the returned servlet output data are big. In that case, Tomcat
> would block and wait for the client side to read some data before
> continuing. As the client is also waiting for the server side to store the
> test result in the application scope, there is a deadlock.
>
> Any other things that someoe might want included ?
>
> Thanks
> Vincent.