diff --git a/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java b/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java
index ed8170a937a4..55afa3d200c6 100644
--- a/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java
+++ b/xml/tests/src/com/intellij/xml/XmlNamespacesTest.java
@@ -54,13 +54,13 @@ public class XmlNamespacesTest extends LightCodeInsightFixtureTestCase {
"\n" +
+ ">\n" +
"", XmlUnusedNamespaceInspection.RemoveNamespaceDeclarationFix.NAME, false);
doOptimizeImportsTest("\n" +
+ ">\n" +
"");
}
@@ -77,7 +77,7 @@ public class XmlNamespacesTest extends LightCodeInsightFixtureTestCase {
doOptimizeImportsTest("");
+ "/>");
}
public void testUnusedLocation() throws Exception {
@@ -89,7 +89,7 @@ public class XmlNamespacesTest extends LightCodeInsightFixtureTestCase {
"",
+ "/>",
XmlUnusedNamespaceInspection.RemoveNamespaceLocationFix.NAME);
}
@@ -115,7 +115,7 @@ public class XmlNamespacesTest extends LightCodeInsightFixtureTestCase {
"",
+ "/>",
XmlUnusedNamespaceInspection.RemoveNamespaceLocationFix.NAME);
}