From: "Henri Yandell" <[EMAIL PROTECTED]> > The pattern for the unit tests in the project.xml is **/Test*.java and yet > most of the Tests are of the form [ClassName]Test.java so it misses these. > I think this should change to: > > **/*Test*.java > > but as I'm not going to have time to fix any tests that aren't working > right now, I don't think it'd be a good idea for me to go breaking things > in cvs :) [or at least anymore than my new submissions might do].
Actually yesterday I changed the pattern to be *Test*.java in project.xml and all the tests worked... http://jakarta.apache.org/commons/sandbox/cli/junit-report.html James _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
