mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-18 09:34:34 +07:00
create test: if already exist, don't close initial dialog to eventually apply changes (IDEA-163452)
This commit is contained in:
@@ -493,7 +493,6 @@ public class CreateTestDialog extends DialogWrapper {
|
||||
final int result = Messages
|
||||
.showOkCancelDialog(myProject, errorMessage + ". Update existing class?", CommonBundle.getErrorTitle(), Messages.getErrorIcon());
|
||||
if (result == Messages.CANCEL) {
|
||||
super.close(CANCEL_EXIT_CODE);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user