Author: akazakov
Date: 2011-07-01 19:17:30 -0400 (Fri, 01 Jul 2011)
New Revision: 32542
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/test/validation/WebContentTest.java
Log:
https://issues.jboss.org/browse/JBIDE-9286
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/test/validation/WebContentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/test/validation/WebContentTest.java 2011-07-01
22:51:01 UTC (rev 32541)
+++
trunk/jsf/tests/org.jboss.tools.jsf.test/src/org/jboss/tools/jsf/test/validation/WebContentTest.java 2011-07-01
23:17:30 UTC (rev 32542)
@@ -55,9 +55,9 @@
}
public void testWebContentValidation() throws CoreException {
- IFile file = project.getFile("WebContent/input.xhtml");
+ IFile file = project.getFile("WebContent/inputname.xhtml");
AbstractResourceMarkerTest.assertMarkerIsCreated(file,
MessageFormat.format(ELValidationMessages.UNKNOWN_EL_VARIABLE_PROPERTY_NAME,
"broken"), 6);
- file = project.getFile("TestWebContent/input.xhtml");
+ file = project.getFile("TestWebContent/inputname.xhtml");
AbstractResourceMarkerTest.assertMarkerIsCreated(file,
MessageFormat.format(ELValidationMessages.UNKNOWN_EL_VARIABLE_PROPERTY_NAME,
"broken"), 6);
}
}
\ No newline at end of file