** Changed in: nunit-3.0 Status: Fix Committed => Fix Released -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/794115
Title: HashSet incorrectly reported Status in NUnit Test Framework: Fix Released Status in NUnit V2 Test Framework: Fix Released Bug description: Sample code ----------------- [Test] public void SomeTest() { var actual = new HashSet<string>(new[] {"foo", "bar"}); Assert.That(actual, Is.EquivalentTo(new[] { "fo__", "bar" })); } Reported as ----------------- Expected: equivalent to < "fo__", "bar" > But was: <System.Collections.Generic.HashSet`1[System.String]> Expected being reported as: --------------------------------------- Expected: equivalent to < "fo__", "bar" > But was: < "foo", "bar" > Environment ----------------- NUnit version 2.5.9.10348 To manage notifications about this bug go to: https://bugs.launchpad.net/nunit-3.0/+bug/794115/+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