Greetings, I downloaded the M2 2.0.1 release and have noticed the following changes without changing anything in my setup.

1. The test goal seems to output TEST-[fq test class name]-.xml reports
   to the surefire-reports directory along with the [fq test class
   name].txt reports.

2. The .txt reports used to list each test successfully executed along
   with my log4j debug outputs, now its just something like the
   following:

-------------------------------------------------------------------------------
Battery: com.companyname.ClassNameTest
-------------------------------------------------------------------------------
Tests run: 3, Failures: 0, Errors: 0, Time elapsed: 0.938 sec


Although the .xml report has

<testcase time="0.86" name="testMethod1" />
<testcase time="0.03" name="testMethod2" />
<testcase time="0.03" name="testMethod3" />


Just wondering if there is a way to tweak this behavior (not generate the .xml reports, output the results of each successfull test, and my log4j debug output in the .txt report)

If there is documentation on this, feel free to point me in that direction.

/robert





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

Reply via email to