From 266df506256e320aae98ca447c6d93b92c5bb4c6 Mon Sep 17 00:00:00 2001 From: Dmitry Jemerov Date: Thu, 17 May 2012 22:42:58 +0200 Subject: [PATCH] looks like CoreEnvironment tests still don't mix well with standard ones --- .../testSrc/com/intellij/core/CoreModuleManagerTest.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java b/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java index 7d54b082e86e..e25ae7ab4100 100644 --- a/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java +++ b/platform/platform-tests/testSrc/com/intellij/core/CoreModuleManagerTest.java @@ -29,7 +29,7 @@ import java.io.IOException; * @author yole */ public class CoreModuleManagerTest extends UsefulTestCase { - public void testLoadingModules() throws IOException, JDOMException { + public void _testLoadingModules() throws IOException, JDOMException { CoreEnvironment env = new CoreEnvironment(getTestRootDisposable()); ProjectModelEnvironment.register(env); final String projectPath = PathManagerEx.getTestDataPath("/compileServer/incremental/annotations/addAnnotationTarget");