diff --git a/Submodules/agg-sharp b/Submodules/agg-sharp index b64bd80cc..4f6fa9fdf 160000 --- a/Submodules/agg-sharp +++ b/Submodules/agg-sharp @@ -1 +1 @@ -Subproject commit b64bd80cccc97bd8c0f9971d72c5b953588f6fa8 +Subproject commit 4f6fa9fdfaaafeee73a8bf7921e782746e42fdb5 diff --git a/Tests/MatterControl.AutomationTests/LibraryContainerTests.cs b/Tests/MatterControl.AutomationTests/LibraryContainerTests.cs index 50581d8f3..cd5bbd8e7 100644 --- a/Tests/MatterControl.AutomationTests/LibraryContainerTests.cs +++ b/Tests/MatterControl.AutomationTests/LibraryContainerTests.cs @@ -223,80 +223,5 @@ namespace MatterControl.Tests.MatterControl onIdlePumpActive = false; } - - [Test, Ignore("Not implemented")] - public async Task PartHistoryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task RootHistoryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task HistoryContainerBaseTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task PrimitivesContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task McxContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task CalibrationPartsContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task PrintHistoryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task SqliteLibraryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task PrintQueueContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task PlatingHistoryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task SDCardContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task FileSystemContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task RootLibraryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task ZipMemoryContainerTest() - { - } - - [Test, Ignore("Not implemented")] - public async Task LibraryCollectionContainerTest() - { - } } } diff --git a/Tests/MatterControl.Tests/MatterControl/SliceSettingsFieldTests.cs b/Tests/MatterControl.Tests/MatterControl/SliceSettingsFieldTests.cs index 4e015303b..1298bcbfb 100644 --- a/Tests/MatterControl.Tests/MatterControl/SliceSettingsFieldTests.cs +++ b/Tests/MatterControl.Tests/MatterControl/SliceSettingsFieldTests.cs @@ -695,67 +695,6 @@ namespace MatterControl.Tests.MatterControl // {"", "0x0x0"}, // no values should become 0s }); } - - [Test, Ignore("Not Implemented")] - public void TextFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public void ReadOnlyTextFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public void BoundDoubleFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public void CharFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public void DirectionVectorFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public void EnumFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public void IconEnumFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public async Task MarkdownEditFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public async Task ListStringFieldTest() - { - Assert.Fail(); - } - - [Test, Ignore("Not Implemented")] - public async Task SurfacedEditorsFieldTest() - { - Assert.Fail(); - } - public class ValueMap { [DebuggerStepThrough]