mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
test fixed
This commit is contained in:
+3
-1
@@ -152,7 +152,9 @@ public class CreateNSDeclarationIntentionFix implements HintAction, LocalQuickFi
|
||||
} else {
|
||||
prefix = ExtendedTagInsertHandler.suggestPrefix(xmlFile, namespace);
|
||||
if (StringUtil.isEmpty(prefix)) {
|
||||
HintManager.getInstance().showInformationHint(editor, "Namespace not found");
|
||||
if (!ApplicationManager.getApplication().isUnitTestMode()) {
|
||||
HintManager.getInstance().showInformationHint(editor, "Namespace not found");
|
||||
}
|
||||
return;
|
||||
}
|
||||
ExtendedTagInsertHandler.qualifyWithPrefix(prefix, myElement);
|
||||
|
||||
Reference in New Issue
Block a user