Remy Maucherat wrote:
> > Also, in which package should this tester code reside, really?
>
> org.apache.catalina.valves.tester ?
Well, if the hi-tech stocks continue to dive, I guess we can all go get jobs as
plumbers, testing valves :-)
>
> Doing that will make it end up in the Catalina JAR, which is not a big
> problem IMO, but perhaps it could be packaged separately. We could add a
> src/test directory and put it in there.
>
> > I'm aprehensive about mixing the tester code in with the regular
> > Catalina code..
>
> Well, as long as it builds and has no strange dependencies ...
>
How about if we do this? One thing that didn't get ported over to Catalina yet
is the test webapp that is in the 3.x workspace. I'd like to bring that over
(although we might want to leverage the updated GTest task for Ant that is in
"jakarta-watchdog-4.0"). Would it make sense to add some stand-alone testing
infrastructure like Jason's test harness here as well?
>
> Remy
Craig