← Back to team overview

nunit-core team mailing list archive

[Bug 928018] Re: Issue with test time print out

 

Suites containing ignored test cases are marked ignored and so are their parent suites, right up to the assembly level. The reason given is that the suite contains ignored tests. This is logical but it isn't what one might expect since the suites are
actually executed. So, in some cases, tests marked ignored have not been executed (so the time is missing) while in other
cases the tests (suites) actually have been executed, have some passing results and should show a time. In 2.5, such suites were shown as passed and the nodes were marked as yellow in the Gui if they contained ignored tests. We may need to go back to the 2.5 approach in 2.6. In 3.0, test results may need to have a separate field for the severity of the result, which drives the color.

-- 
You received this bug notification because you are a member of NUnit
Developers, which is subscribed to NUnit V2.
https://bugs.launchpad.net/bugs/928018

Title:
  Issue with test time print out

Status in NUnit V2 Test Framework:
  Triaged

Bug description:
  The xml output of the latest 2.6 release candidate seems to be
  inaccurate compared to the output of 2.5.  I am using console runner
  via the api.  I've attached sample output files for comparison.  They
  are output from the same test assembly using different versions of
  NUnit via the newly updated nunit2 NAnt task.

  Please let me know if there are any questions/comments.

  Thanks,
  Ryan

To manage notifications about this bug go to:
https://bugs.launchpad.net/nunitv2/+bug/928018/+subscriptions


References