Index: test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/GridProperties/PointStylePropertiesTest.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -r94a72e46a5b6c508e4532436e96f10351aa73956 --- test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/GridProperties/PointStylePropertiesTest.cs (.../PointStylePropertiesTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/GridProperties/PointStylePropertiesTest.cs (.../PointStylePropertiesTest.cs) (revision 94a72e46a5b6c508e4532436e96f10351aa73956) @@ -1,5 +1,4 @@ -using DelftTools.TestUtils; -using DeltaShell.Plugins.SharpMapGis.Gui.Forms.GridProperties; +using DeltaShell.Plugins.SharpMapGis.Gui.Forms.GridProperties; using NUnit.Framework; using SharpMap.Styles; @@ -8,12 +7,6 @@ [TestFixture] public class PointStylePropertiesTest { - [Test, Category(TestCategory.WindowsForms)] - public void ShowProperties() - { - WindowsFormsTestHelper.ShowPropertyGridForObject(new PointStyleProperties { Data = new VectorStyle() }); - } - [Test] public void TestMaximumValueClipping() {