** Changed in: nunit-results Status: Triaged => Fix Committed ** Changed in: nunit-results Assignee: (unassigned) => Charlie Poole (charlie.poole)
** Changed in: nunit-results Milestone: None => 1.2 -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/491484 Title: Report should display all result states Status in NUnit Test Result Reporting: Fix Committed Status in NUnit V2 Test Framework: Fix Released Bug description: Only success, failure and not-run test results are reported currently. Since nunit-results was originally written, NUnit has added a number of other result states... for example: Inconclusive, Canceled, NotRunnable, Skipped and Ignored. The purpose of this feature request is to introduce some or all of those states as colums in the report. Because nunit-results can only report on information that is included in the xml file from NUnit, this feature depends on NUnit adding new state information to that file. The implementation needs to deal with both old and new formats of the xml file, doing the best it can to determine the result state when input is in the older file format. To manage notifications about this bug go to: https://bugs.launchpad.net/nunit-results/+bug/491484/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : nunit-core@lists.launchpad.net Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp