Convert disabled tests to FixNeeded category
This commit is contained in:
parent
72165bc252
commit
f53f8f2a1b
8 changed files with 10 additions and 11 deletions
|
|
@ -16,7 +16,7 @@ namespace MatterControl.Tests.MatterControl
|
|||
[TestFixture]
|
||||
public class PrinterConfigurationTests
|
||||
{
|
||||
[Test, Category("PrinterConfigurationFiles"), Ignore("Not Finished")]
|
||||
[Test, Category("PrinterConfigurationFiles"), Category("FixNeeded" /* Not Finished/previously ignored */)]
|
||||
public void PrinterConfigTests()
|
||||
{
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue