test fixed

This commit is contained in:
Dmitry Avdeev
2015-02-24 14:58:27 +03:00
parent df0b269304
commit 6b402e0f97
@@ -1769,7 +1769,7 @@ public class XmlHighlightingTest extends DaemonAnalyzerTestCase {
final String testName = getTestName(false);
String[][] urls = {
{"urn:jboss:bean-deployer:2.0", testName + ".xsd"},
{null, testName + "_2.xsd"}
{"", testName + "_2.xsd"}
};
doTestWithLocations(urls,"xml");
}