Index: test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs =================================================================== diff -u -reac97eab4acc4d2698cdc33a310e4fe843d54607 -rdbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4 --- test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs (.../MapViewTest.cs) (revision eac97eab4acc4d2698cdc33a310e4fe843d54607) +++ test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapViewTest.cs (.../MapViewTest.cs) (revision dbf346f0cc265bf639c1b94ac0eedc1c7bd9d0e4) @@ -11,7 +11,6 @@ using DeltaShell.Plugins.SharpMapGis.Gui.Forms; using DeltaShell.Plugins.SharpMapGis.Gui.Forms.MapLegendView; using GisSharpBlog.NetTopologySuite.Geometries; -using log4net; using log4net.Core; using NUnit.Framework; using Rhino.Mocks; @@ -27,8 +26,6 @@ [TestFixture] public class MapViewTest { - private static readonly ILog log = LogManager.GetLogger(typeof(MapViewTest)); - [Test] public void DisablingLayerShouldRefreshMapOnce() {