Index: test/DeltaShell/DeltaShell.Tests/Core/DelftShellApplicationTest.cs =================================================================== diff -u -r8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9 -re78db153a35565d71fd5662ecf41379f68cb3240 --- test/DeltaShell/DeltaShell.Tests/Core/DelftShellApplicationTest.cs (.../DelftShellApplicationTest.cs) (revision 8f6ae890fed8e8eae3a32f9c0498a10f82e0ddf9) +++ test/DeltaShell/DeltaShell.Tests/Core/DelftShellApplicationTest.cs (.../DelftShellApplicationTest.cs) (revision e78db153a35565d71fd5662ecf41379f68cb3240) @@ -37,7 +37,6 @@ [Test] [ExpectedException(typeof(InvalidOperationException))] - [Category(TestCategory.Integration)] public void ApplicationRunCanBeCalledOnlyOnce() { using (var app = new DeltaShellApplication()) @@ -48,7 +47,6 @@ } [Test] - [Category(TestCategory.Integration)] public void ActivatePlugins() { var mocks = new MockRepository(); @@ -82,7 +80,6 @@ } [Test] - [Category(TestCategory.Integration)] public void DisposingApplicationClosesProjectOnProjectService() { using (var delftShellApplication = new DeltaShellApplication())