On Thu, 6 Jun 2002, Henri Yandell wrote:

> 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

Or just

        **/*Test.java

I've always used 'Test' suffix to denote a test.

        -bob


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to