Author: dmaliarevich
Date: 2012-02-08 08:43:56 -0500 (Wed, 08 Feb 2012)
New Revision: 38499
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml.xml
Log:
https://issues.jboss.org/browse/JBIDE-10819 - JUnit was updated.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml 2012-02-08
13:42:35 UTC (rev 38498)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml 2012-02-08
13:43:56 UTC (rev 38499)
@@ -10,9 +10,8 @@
</h:head>
<h:body>
<h:form id="jbide4812">
- #{resource['css/stylesBlue.css']}
- <h:outputText value="#{resource['css/stylesBlue.css']}" />
- #{resource['css/stylesBlue.css1']}
+ <input type="submit"
value="#{resource['css/stylesBlue.css']}">
+ <input type="submit"
value="#{resource['css/stylesBlue.css1']}">
</h:form>
</h:body>
</html>
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml.xml 2012-02-08
13:42:35 UTC (rev 38498)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/JBIDE/4812/resourceProcessingTestPage.xhtml.xml 2012-02-08
13:43:56 UTC (rev 38499)
@@ -1,12 +1,7 @@
<tests>
<test id="jbide4812">
- <FORM STYLE="border: 1px dotted rgb(255, 102, 0); padding: 5px;">
-<SPAN CLASS="vpe-text">
-/resources/css/stylesBlue.css
-</SPAN>
-<SPAN CLASS="vpe-text">
-/resources/css/stylesBlue.css
-</SPAN>
-</FORM>
+ <FORM STYLE="border: 1px dotted rgb(255, 102, 0); padding: 5px;">
+ <INPUT TYPE="submit"
VALUE="/.*jsf2test/WebContent/resources/css/stylesBlue.css/" />
+ </FORM>
</test>
</tests>