Index: src/Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs =================================================================== diff -u -r395 -r400 --- src/Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs (.../DSoilModelPluginTests.cs) (revision 395) +++ src/Deltares.DSoilModel.Forms.Tests/DSoilModelPluginTests.cs (.../DSoilModelPluginTests.cs) (revision 400) @@ -5,6 +5,7 @@ using Deltares.Standard; using Deltares.Standard.Forms; using Deltares.Standard.Forms.DExpress; +using Deltares.Standard.TestUtils; using NUnit.Framework; namespace Deltares.DSoilModel.Forms.Tests @@ -49,18 +50,21 @@ } [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);