Index: Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs =================================================================== diff -u -r657589657694c9d7be676cd47a905d04269eb324 -r5a426e9de8f91f420ec2409a3d225a08ba41abbf --- Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs (.../DialogBaseTest.cs) (revision 657589657694c9d7be676cd47a905d04269eb324) +++ Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs (.../DialogBaseTest.cs) (revision 5a426e9de8f91f420ec2409a3d225a08ba41abbf) @@ -81,7 +81,7 @@ StringAssert.EndsWith("icon", message); } - [Test] + [Test] [TestCase(-1)] [TestCase(0)] public void Constructor_IncorrectMinWidth_ArgumentExceptionIsThrown(int minWidth) @@ -98,7 +98,7 @@ TestHelper.AssertThrowsArgumentExceptionAndTestMessage(test, expectedMessage); } - [Test] + [Test] [TestCase(-1)] [TestCase(0)] public void Constructor_IncorrectMinHeight_ArgumentExceptionIsThrown(int minHeight) Index: Core/Components/test/Core.Components.DotSpatial.Forms.Test/MapControlTest.cs =================================================================== diff -u -r724c2ade6c72ae9d53a12540bdff3a6ece79c34d -r5a426e9de8f91f420ec2409a3d225a08ba41abbf --- Core/Components/test/Core.Components.DotSpatial.Forms.Test/MapControlTest.cs (.../MapControlTest.cs) (revision 724c2ade6c72ae9d53a12540bdff3a6ece79c34d) +++ Core/Components/test/Core.Components.DotSpatial.Forms.Test/MapControlTest.cs (.../MapControlTest.cs) (revision 5a426e9de8f91f420ec2409a3d225a08ba41abbf) @@ -19,7 +19,6 @@ // Stichting Deltares and remain full property of Stichting Deltares at all times. // All rights reserved. -using System; using System.Linq; using System.Windows.Forms; using Core.Common.Base.Geometry; @@ -38,6 +37,8 @@ [TestFixture] public class MapControlTest { + private const double padding = 0.05; + [Test] public void DefaultConstructor_DefaultValues() { @@ -706,8 +707,6 @@ } } - private const double padding = 0.05; - private static MapDataCollection GetTestData() { var mapDataCollection = new MapDataCollection("test data");