looks like CoreEnvironment tests still don't mix well with standard ones

This commit is contained in:
Dmitry Jemerov
2012-05-17 22:42:58 +02:00
parent 3f44a9f5ae
commit 266df50625
@@ -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");