summaryrefslogtreecommitdiff
path: root/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/devkit/testData/codeInsight/deprecatedAttributes.xml')
-rw-r--r--plugins/devkit/testData/codeInsight/deprecatedAttributes.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml b/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
index d77d1c0732df..e9f52b6242e4 100644
--- a/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
+++ b/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml
@@ -1,13 +1,13 @@
<idea-plugin>
<id>com.intellij.myPlugin</id>
- <vendor <warning descr="Not used anymore">logo="deprecated"</warning>/>
+ <vendor <error descr="Not used anymore">logo="deprecated"</error>/>
<idea-version since-build="133"
- <warning descr="Not used anymore">min="deprecated"</warning>
- <warning descr="Not used anymore">max="deprecated"</warning>
+ <error descr="Not used anymore">min="deprecated"</error>
+ <error descr="Not used anymore">max="deprecated"</error>
/>
- <extensions <warning descr="Use defaultExtensionNs instead">xmlns="<error descr="URI is not registered (Settings | Project Settings | Schemas and DTDs)">com.intellij</error>"</warning>/>
+ <extensions <error descr="Use defaultExtensionNs instead">xmlns="<error descr="URI is not registered (Settings | Project Settings | Schemas and DTDs)">com.intellij</error>"</error>/>
</idea-plugin> \ No newline at end of file