Index: test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapLayerTreeViewNodePresenterTest.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -re78db153a35565d71fd5662ecf41379f68cb3240 --- test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapLayerTreeViewNodePresenterTest.cs (.../MapLayerTreeViewNodePresenterTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/DeltaShell/DeltaShell.Plugins.SharpMapGis.Tests/Forms/MapLayerTreeViewNodePresenterTest.cs (.../MapLayerTreeViewNodePresenterTest.cs) (revision e78db153a35565d71fd5662ecf41379f68cb3240) @@ -7,7 +7,6 @@ using DeltaShell.Plugins.SharpMapGis.Gui.Forms.MapLegendView; using NUnit.Framework; using Rhino.Mocks; -using SharpMap.Api; using SharpMap.Api.Layers; using SharpMap.Data.Providers; using SharpMap.Layers; @@ -17,7 +16,6 @@ namespace DeltaShell.Plugins.SharpMapGis.Tests.Forms { [TestFixture] - [Category(TestCategory.Integration)] public class MapLayerTreeViewNodePresenterTest { private static readonly MockRepository mocks = new MockRepository();