Kelly Anderson
2008-08-27 16:50:43 UTC
In NUnit 2.5, if you create an empty TestFixture (that is, there are
no tests in it) it makes the result red. This is even the case if you
mark the fixture with an [Ignore] attribute. Is this expected
behavior?
// This makes a red result.
[TestFixture]
[Ignore("tests need rewriting.")]
public class MyTests
{
/* stuff commented out */
}
-Kelly
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
no tests in it) it makes the result red. This is even the case if you
mark the fixture with an [Ignore] attribute. Is this expected
behavior?
// This makes a red result.
[TestFixture]
[Ignore("tests need rewriting.")]
public class MyTests
{
/* stuff commented out */
}
-Kelly
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/