Hi,
I'm using the latest version of MockTestCase with my Struts 1.3 app. I have this in my web.xml file ...
<servlet>
<servlet-name>RefreshServlet</servlet-name>
<servlet-class>com.myco.regui.servlets.RefreshServlet</servlet-class>
<load-on-startup>2</load-on-startup>
</servlet>
<servlet-mapping>...
2009-03-31 20:38:07 UTC in StrutsTestCase for JUnit