Issue Type: Bug Bug
Assignee: Gregory Boissinot
Components: junit, xunit
Created: 07/May/13 7:50 AM
Description:

Since xunit 1.56, the 2 following fields are not saved properly:

...
Skip if there are no test files [ ]
Fail the build if test results were not updated this run [ ]
...

Ticking/not ticking the checkboxes has not effect on saved values (hardcoded to false):

<xunit plugin="[email protected]">
  <types>
    <JUnitType>
      ...
      <skipNoTestFiles>false</skipNoTestFiles>
      <failIfNotNew>false</failIfNotNew>
      ...
    </JUnitType>
  </types>
</xunit>

Other fields are still behaving properly.

Environment: Firefox 20.
Project: Jenkins
Priority: Major Major
Reporter: Régis Desgroppes
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira

--
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.
 
 

Reply via email to