← Back to team overview

nunit-core team mailing list archive

[Bug 756843] [NEW] Failing assertion does not show non-linear tolerance mode

 

Public bug reported:

Assertions for equality within a tolerance do not show the mode for non-
linear tolerances.

For example, if the tolerance was within 10 percent, the expected value
will display as <value> +/- 10 rather than <value> +'- 10 Percent as it
should. This is also true for comparison in Ulps and should be checked
for Days, Minutes, etc. when using a time span.

** Affects: nunitv2
     Importance: Medium
     Assignee: Charlie Poole (charlie.poole)
         Status: In Progress

** Changed in: nunitv2
       Status: New => In Progress

** Changed in: nunitv2
   Importance: Undecided => Medium

** Changed in: nunitv2
     Assignee: (unassigned) => Charlie Poole (charlie.poole)

** Changed in: nunitv2
    Milestone: None => 2.6.0

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

Title:
  Failing assertion does not show non-linear tolerance mode

Status in NUnit V2 Test Framework:
  In Progress

Bug description:
  Assertions for equality within a tolerance do not show the mode for
  non-linear tolerances.

  For example, if the tolerance was within 10 percent, the expected
  value will display as <value> +/- 10 rather than <value> +'- 10
  Percent as it should. This is also true for comparison in Ulps and
  should be checked for Days, Minutes, etc. when using a time span.



Follow ups

References