Hi Folks,

I'm using the test plugin in order to test some pure-JUnit Testcases with
Junit 3.8.1.

Testing works so far, but the following is ignored from my project
descriptor:

<unitTest>
  <includes>**/*Test.java</includes>
  <excludes>**/*Bean.java</excludes>
</unitTest>

The test includes all the *Bean classes ant fails, because they are no unit
tests.
How can I mark them as non-unit-tests? Anthing wrong with <unitTest/> stuff?

Finally I get a very weired styled junit report site. 

Here a expert of the summary line:

Success rate Time(s)

 62500,00%   48400000000000000,000

It's clear that the sucess rate is 62,5 % and the time is 48,4 ms. What's
wrong?
It this a junit bug or a styling error?

I turned forking on in my project.properties (maven.junit.fork=true).

Any advice?

Thx a lot.

Toby

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

Reply via email to