On 20/09/2010 11:29, Christopher Schultz wrote: > All, > > I'm attempting a patch for > https://issues.apache.org/bugzilla/show_bug.cgi?id=49964 and I'd like to > write a few unit tests for it. In the Tomcat 6.0.x trunk, I can only > find what appear to be 30-40 test files. Is there a test suite elsewhere > that I can download and augment in order to properly test my code, and > to test against regressions?
Not for Tomcat 6. Best option is write the patch for Tomcat 7, add the test cases to the Tomcat 7 unit tests and then think about back-porting to 6. New features always go into the latest version and then get back-ported so you'll need to start with 7 anyway. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org