Fixing tests
This commit is contained in:
parent
bed90234e7
commit
ebb212adad
2 changed files with 7 additions and 1 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue