Index: src/Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs =================================================================== diff -u -r400 -r401 --- src/Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs (.../DSoilModelPluginTests.cs) (revision 400) +++ src/Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs (.../DSoilModelPluginTests.cs) (revision 401) @@ -5,7 +5,6 @@ using Deltares.Standard; using Deltares.Standard.Forms; using Deltares.Standard.Forms.DExpress; -using Deltares.Standard.TestUtils; using NUnit.Framework; namespace Deltares.DSoilModel.Forms.Tests @@ -50,21 +49,18 @@ } [Test] - [Category(Categories.WorkInProgress)] public void HandleIsCreated() { Assert.IsTrue(mainForm.IsHandleCreated); } [Test] - [Category(Categories.WorkInProgress)] public void TestSettingNewProject() { Assert.IsNotNull(NewProject(plugin)); } [Test] - [Category(Categories.WorkInProgress)] public void ValidateForEmptyProjectIsOk() { NewProject(plugin);