** Changed in: nunit-3.0 Status: Fix Committed => Fix Released -- Assume.That() fails if I specify a message https://bugs.launchpad.net/bugs/462418 You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2.
Status in NUnit Test Framework: Fix Released Status in NUnit V2 Test Framework: Fix Released Bug description: I'm using Assume.That() in my tests to check test data exists, but I have discovered a bug where it results in a failed test (should be inconclusive) when you specify a message e.g.: Assume.That(false, Is.True); // OK Assume.That(false, Is.True, "hihi"); // fails with red light Occuring in NUnit 2.5.2. Screenshot: http://richarddingwall.name/wp-content/uploads/2009/10/assumebug.png Test case: http://richarddingwall.name/wp-content/uploads/2009/10/AssumeBug.zip -- Richard Dingwall http://richarddingwall.name _______________________________________________ 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