mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
fix grails tests
This commit is contained in:
+1
-1
@@ -265,7 +265,7 @@ public class MvcModuleStructureSynchronizer extends AbstractProjectComponent {
|
||||
|
||||
final Application app = ApplicationManager.getApplication();
|
||||
if (app.isUnitTestMode()) {
|
||||
if (ourGrailsTestFlag) {
|
||||
if (ourGrailsTestFlag && !myProject.isInitialized()) {
|
||||
runActions(computeRawActions(takeOrderSnapshot()));
|
||||
}
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user