I have now observed the bug and will work on it! A few minor observations...
1) Your use of Load Fixture for the side effect of reloading the assembly is a bit odd but does not contribute to the problem. In fact, since there is only one assembly, it has no other effect than if you used the Reload Project menu item. 2) Run is enabled by design for ignored fixtures, because doing anything else could lead the user to wonder why Run is not available. However, in the next beta, tests with the Ignore attribute will show up as yellow and it may make sense to disable run for them in that case. I think the best solution may be to eliminate marking of Explicit tests by changing the font color. The blue color was originally intended to show tests filtered out by use of categories. I'll have to research how and why we made this change. Charlie -- You received this bug notification because you are a member of NUnit Developers, which is subscribed to NUnit V2. https://bugs.launchpad.net/bugs/841894 Title: UI won't run tests marked Explicit from the context menu Status in NUnit V2 Test Framework: New Bug description: NUnit 2.5.10, Gui runner: A test marked [Explicit] can only be run from the Gui runner context menu if it is the first test run. After that, it is disabled. To manage notifications about this bug go to: https://bugs.launchpad.net/nunitv2/+bug/841894/+subscriptions _______________________________________________ Mailing list: https://launchpad.net/~nunit-core Post to : [email protected] Unsubscribe : https://launchpad.net/~nunit-core More help : https://help.launchpad.net/ListHelp

