Re: [CLI] bad test format in project.xml

2002-06-07 Thread Henri Yandell
On Fri, 7 Jun 2002, James Strachan wrote: > 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 Sorry, hadn't emailed about this yet. I subsequently realised I was on an olde

Re: [CLI] bad test format in project.xml

2002-06-07 Thread James Strachan
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 t

Re: [CLI] bad test format in project.xml

2002-06-06 Thread bob mcwhirter
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

[CLI] bad test format in project.xml

2002-06-06 Thread Henri Yandell
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