Index: Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs =================================================================== diff -u -rc0f6e8b0f9c81a6fe8e8929d7d97325dfd84a87c -r0bd7bb529d0c66c3ed9ccc20f2086c0cd77a0e0d --- Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs (.../DialogBaseTest.cs) (revision c0f6e8b0f9c81a6fe8e8929d7d97325dfd84a87c) +++ Core/Common/test/Core.Common.Controls.Test/Dialogs/DialogBaseTest.cs (.../DialogBaseTest.cs) (revision 0bd7bb529d0c66c3ed9ccc20f2086c0cd77a0e0d) @@ -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 -r8a2cbeb8a9c5b0c8d5062af1a2a825d2b9134bf3 -r0bd7bb529d0c66c3ed9ccc20f2086c0cd77a0e0d --- Core/Components/test/Core.Components.DotSpatial.Forms.Test/MapControlTest.cs (.../MapControlTest.cs) (revision 8a2cbeb8a9c5b0c8d5062af1a2a825d2b9134bf3) +++ Core/Components/test/Core.Components.DotSpatial.Forms.Test/MapControlTest.cs (.../MapControlTest.cs) (revision 0bd7bb529d0c66c3ed9ccc20f2086c0cd77a0e0d) @@ -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");