[ANNOUNCE] StrutsTestCase v1.9 Released
StrutsTestCase v1.9 improves support for Struts 1.1b2 (including support for testing Tiles and sub-applications), provides several requested enhancements, and fixes many reported defects.
The project home page can be found here: http://strutstestcase.sourceforge.net Notes for this release can be found here: http://sourceforge.net/project/shownotes.php?release_id=112307
I upgraded my current project to use Cactus 1.4.1 and StrutsTestCase 1.9 this morning - and everything works great! I had to add :80
to a few URLs and add ServletRedirector?Cactus_Service=RUN_TEST
to my testURL for runservertests
, but that was it. I've posted a message to the Cactus User list asking why these changes were necessary. If I was really smart, I'd write a whole bunch of HttpUnit and Cactus tests for Roller before integrating Tiles. Probably save me a whole bunch of time in the end - if I could only get that through to my brain.