mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
looks like CoreEnvironment tests still don't mix well with standard ones
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user