nunit / nunitv2

NUnit 2.x repository. NUnit V2 IS NO LONGER MAINTAINED OR UPDATED. Bugs should be reported in the main NUnit 3.0 repository.
https://github.com/nunit/nunit
Other
25 stars 26 forks source link

Assert does not work with ArraySegment #39

Closed xplicit closed 9 years ago

xplicit commented 9 years ago

This code throws an exception on .NET, while it should be passed. With mono 3.12 it works. The same issue with NUnit v 3.0

 Assert.AreEqual(new ArraySegment<byte>(),new ArraySegment<byte>());
rprouse commented 9 years ago

We won't be releasing another 2.6 release, so I have moved this to nunit/nunit#477 and am closing it here as won't fix. Thanks for reporting.