Hi, There are three sets of tests for Tomcat 5.0.x.
One is what we call the "tester" tests. These are maintained in the jakarta-tomcat-catalina CVS module, and ship with Tomcat's source distribution. You can compile and run them using the build.xml file you use to build and package Tomcat. I think the Ant target is called "run-tester." If any of these fails, it's broken. The second set of tests is the "watchdog" one. These used to be part of Tomcat proper, and then were spun off into their own Jakarta project. They were intended to be a complete Servlet and JSP TCK replacement. They test to version 2.3, not 2.4, of the Spec. For Tomcat 5.5, these tests are no longer used by us. But we did use them for 4.x and 5.0, and you of course can use them as well. There's an Ant target, "run-watchdog" IIRC, in the main build.xml file you use to build Tomcat, that will download, compile, and run these Watchdog tests for you. The final set of tests is comprised of the Servlet and JSP TCKs. These are owned by Sun and you must obtain a TCK license from them if you want to run these tests. We run these last, after all the Tester (and for Tomcat before 5.5, also Watchdog) tests pass. Yoav Shapira >-----Original Message----- >From: Fisher, Mitchell L [mailto:[EMAIL PROTECTED] >Sent: Friday, October 08, 2004 4:26 PM >To: Tomcat Developers List >Subject: Getting Tomcat Tests > >Where can I find test cases I can use to verify that my changes to the >Coyote Connector haven't broken anything? > >I work for Unisys corporation, and we are modifying the Coyote Connector to >integrate Tomcat 5.0.28 with our native HTTP server on MCP systems >("mainframe" systems with origins in the '70s). This is similar to >integrating Tomcat with Apache. I want to make sure we haven't broken >anything for supporting servlets. I just joined this list, and saw a >reference to "watchdog tests". Are these the tests I want? > >Any suggestions appreciated. > >Mitchell Fisher >Unisys, S&T, ClearPath MCP > >--------------------------------------------------------------------- >To unsubscribe, e-mail: [EMAIL PROTECTED] >For additional commands, e-mail: [EMAIL PROTECTED] This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged. This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else. If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender. Thank you.