← Back to team overview

nunit-core team mailing list archive

[Bug 676560] Re: Assert.AreEqual does not support IEquatable<T>

 

** Changed in: nunitv2
       Status: New => Confirmed

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

Title:
  Assert.AreEqual does not support IEquatable<T>

Status in NUnit V2 Test Framework:
  Confirmed

Bug description:
  Assert.AreEqual does not support IEquatable<T>, ie Assert.AreEqual always returns false when comparing two objects for which IEquatable<T>.Equal would return true.





References