diff --git a/plugins/IntelliLang/IntelliLang-tests/test/org/intellij/plugins/intelliLang/ReferenceInjectionTest.java b/plugins/IntelliLang/IntelliLang-tests/test/org/intellij/plugins/intelliLang/ReferenceInjectionTest.java index 41895cf27ebf..c574f6430e7c 100644 --- a/plugins/IntelliLang/IntelliLang-tests/test/org/intellij/plugins/intelliLang/ReferenceInjectionTest.java +++ b/plugins/IntelliLang/IntelliLang-tests/test/org/intellij/plugins/intelliLang/ReferenceInjectionTest.java @@ -33,7 +33,7 @@ public class ReferenceInjectionTest extends LightCodeInsightFixtureTestCase { assertTrue(new UnInjectLanguageAction().isAvailable(getProject(), myFixture.getEditor(), myFixture.getFile())); myFixture.configureByText("bar.xml", - "http://foo.bar\" \n" + + "http://foo.bar\" \n" + " xxx=\"bar\"/>"); myFixture.testHighlighting(); diff --git a/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml b/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml index 3c7d1999cc8f..195f2f93ba60 100644 --- a/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml +++ b/plugins/devkit/testData/codeInsight/deprecatedAttributes.xml @@ -8,6 +8,6 @@ max="deprecated" /> - xmlns="com.intellij"/> + xmlns="com.intellij"/> \ No newline at end of file diff --git a/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java b/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java index d86e93163ee1..0a7408220651 100644 --- a/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java +++ b/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java @@ -166,7 +166,7 @@ public class XmlNamespacesTest extends LightCodeInsightFixtureTestCase { public void testPrefixesInTagValues() throws Exception { myFixture.configureByText("a.xml", - "<nodeTypes xmlns:nt=\"http://www.jcp.org/jcr/nt/1.0\" xmlns:customns=\"http://customurl\">\n" + + "<nodeTypes xmlns:nt=\"http://www.jcp.org/jcr/nt/1.0\" xmlns:customns=\"http://customurl\">\n" + "\n" + " \n" + " nt:folder\n" + @@ -189,12 +189,12 @@ public class XmlNamespacesTest extends LightCodeInsightFixtureTestCase { } public void testLocallyUsedNamespaceWithPrefix() throws Exception { - myFixture.configureByText("a.xml", "http://foo\"\n" + - " xmlns:bar=\"http://bar\"\n" + + myFixture.configureByText("a.xml", "http://foo\"\n" + + " xmlns:bar=\"http://bar\"\n" + " xmlns:xsi=\"http://www.w3.org/2001/XMLSchema-instance\"\n" + " xsi:schemaLocation=\"http://bar bar.xsd http://foo foo.xsd\">\n" + "\n" + - " http://bar\"/>\n" + + " http://bar\"/>\n" + "\n" + ""); myFixture.testHighlighting(); diff --git a/xml/tests/testData/xml/FinancialReportProcess.bpmn20.xml b/xml/tests/testData/xml/FinancialReportProcess.bpmn20.xml index 8d7e27108b58..3025b4fa860b 100644 --- a/xml/tests/testData/xml/FinancialReportProcess.bpmn20.xml +++ b/xml/tests/testData/xml/FinancialReportProcess.bpmn20.xml @@ -1,7 +1,7 @@ http://activiti.org/bpmn" + xmlns:activiti="http://activiti.org/bpmn" xmlns="http://www.omg.org/spec/BPMN/20100524/MODEL"> diff --git a/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties b/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties index aad82b2ed52b..11a15a04df1c 100644 --- a/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties +++ b/xml/xml-psi-impl/resources/messages/XmlErrorMessages.properties @@ -19,8 +19,8 @@ empty.attribute.is.not.allowed=Empty attribute {0} is not allowed duplicate.attribute=Duplicate attribute {0} duplicate.id.reference=Duplicate id reference invalid.id.reference=Invalid id reference -uri.is.not.registered=URI is not registered (Settings | Project Settings | Schemas and DTDs) -registered.resource.is.not.recognized=Resource registered by this uri is not recognized (Settings | Project Settings | Schemas and DTDs) +uri.is.not.registered=URI is not registered (Settings | Languages \\& Frameworks | Schemas and DTDs) +registered.resource.is.not.recognized=Resource registered by this uri is not recognized (Settings | Languages \\& Frameworks | Schemas and DTDs) should.have.fixed.value={0} should have fixed value {1} #quickfixes