> -----Original Message-----
> From: Eddie Bush [mailto:ekbush@;swbell.net]
> Sent: Monday, October 21, 2002 12:17 PM

> So far as testing:  Wouldn't it be good of us to have a "struts-test" 
> app which we could exercise things in?  ... or "struts-regressions"? 
>  ... something we target our tests on specifically?  It wouldn't 
> necessarily be aimed at showing the users a functional 
> application as it 
> would be at testing struts - though there would undoubtedly 
> be some good 
> examples in it too.

Well, the "exercise-taglib" is supposed to do some of this.  Over time, I've
been adding several things to the "strutsel-exercise-taglib" that aren't in
the base app.  Every time I write an example that I realize isn't covered, I
add it to the app.  Some of these could be added to the base app, with
modifications.

There's also the unit tests, which are convenient in that they can be run
automatically (as opposed to the exercise app), but they test the tag code
directly, and bypass the TLD and the JSP compilation process.

--
To unsubscribe, e-mail:   <mailto:struts-dev-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>

Reply via email to