mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
IDEA-104547 misc.xml gets updated on project opening ( component TaskProjectConfiguration is removed)
This commit is contained in:
@@ -656,6 +656,7 @@ public class TaskManagerImpl extends TaskManager implements ProjectComponent, Pe
|
||||
}
|
||||
TaskRepository repository = repositoryType.createRepository();
|
||||
repository.setUrl(server.url);
|
||||
repository.setShared(true);
|
||||
myRepositories.add(repository);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -104,6 +104,7 @@ public class TaskManagerTest extends TaskManagerTestCase {
|
||||
|
||||
TaskRepository[] repositories = myTaskManager.getAllRepositories();
|
||||
assertEquals(1, repositories.length);
|
||||
assertTrue(repositories[0].isShared());
|
||||
}
|
||||
|
||||
public void testIssuesCacheSurvival() throws Exception {
|
||||
|
||||
Reference in New Issue
Block a user