** Changed in: nunitv2 Milestone: None => 2.5.8 ** Changed in: nunitv2 Assignee: (unassigned) => Charlie Poole (charlie.poole)
-- Misleading doc of CollectionAssert.AreEqual() and .AreEquivalent() https://bugs.launchpad.net/bugs/631809 You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. Status in NUnit V2 Test Framework: Triaged Bug description: http://www.nunit.org/index.php?p=collectionAssert&r=2.5.7 states (my uppercase for highlighting): "The AreEqual overloads succeed if the two collections contain the SAME objects, in the same order. AreEquivalent tests whether the collections contain the SAME objects, without regard to order." >From my understanding, something like the following note should be appended: "Here, "same objects" does not mean reference equality but equality regarding to the default equality comparison." _______________________________________________ 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