Fixing tests

This commit is contained in:
Lars Brubaker 2018-09-06 16:56:14 -07:00
parent bed90234e7
commit ebb212adad
2 changed files with 7 additions and 1 deletions

View file

@ -51,7 +51,7 @@ namespace MatterControl.Tests
DataConverters3D.dll
Localizations.dll
Community.CsharpSqlite.dll
MatterHackers.MatterControl.Plugins.dll
MatterControlPluginSystem.dll
MatterHackers.Agg.ImageProcessing.dll
MatterHackers.MarchingSquares.dll
GuiAutomation.dll";

View file

@ -288,6 +288,12 @@ namespace MatterControl.Tests.MatterControl
Assert.Fail();
}
[Test, Ignore("Not Implemented")]
public void ChildrenSelectorListFieldTest()
{
Assert.Fail();
}
[Test, Ignore("Not Implemented")]
public void ToggleboxFieldTest()
{