Author: dmaliarevich
Date: 2009-04-09 02:54:58 -0400 (Thu, 09 Apr 2009)
New Revision: 14621
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml.xml
Log:
https://jira.jboss.org/jira/browse/JBIDE-4109, JUnit tests were fixed.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml 2009-04-09
06:20:16 UTC (rev 14620)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml 2009-04-09
06:54:58 UTC (rev 14621)
@@ -10,5 +10,11 @@
<body>
<s:decorate template="insert.xhtml" id="id1">
</s:decorate>
+<s:decorate template="insert.xhtml" style="color: red;"
id="id2">
+</s:decorate>
+<s:decorate template="insert.xhtml" styleClass="btn"
id="id3">
+</s:decorate>
+<s:decorate template="insert.xhtml" styleClass="btn2"
style="background-color: blue;" id="id4">
+</s:decorate>
</body>
</html>
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml.xml 2009-04-09
06:20:16 UTC (rev 14620)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/decorate.xhtml.xml 2009-04-09
06:54:58 UTC (rev 14621)
@@ -10,4 +10,40 @@
</DIV>
</DIV>
</test>
+ <test id="id2">
+ <DIV VPE:INCLUDE-ELEMENT="yes"
+ STYLE="color: red; -moz-user-modify: read-only;">
+ <DIV STYLE="-moz-user-modify: read-only;">
+ <DIV STYLE="-moz-user-modify: read-only;">
+ <SPAN CLASS="vpe-text" STYLE="-moz-user-modify:
read-only;">
+ JBoss Seam 2.0.0.CR3 278 Seam JSF controls
+ </SPAN>
+ </DIV>
+ </DIV>
+ </DIV>
+ </test>
+ <test id="id3">
+ <DIV VPE:INCLUDE-ELEMENT="yes" CLASS="btn"
+ STYLE="-moz-user-modify: read-only;">
+ <DIV STYLE="-moz-user-modify: read-only;">
+ <DIV STYLE="-moz-user-modify: read-only;">
+ <SPAN CLASS="vpe-text" STYLE="-moz-user-modify:
read-only;">
+ JBoss Seam 2.0.0.CR3 278 Seam JSF controls
+ </SPAN>
+ </DIV>
+ </DIV>
+ </DIV>
+ </test>
+ <test id="id4">
+ <DIV VPE:INCLUDE-ELEMENT="yes"
+ STYLE="background-color: blue; -moz-user-modify: read-only;"
CLASS="btn2">
+ <DIV STYLE="-moz-user-modify: read-only;">
+ <DIV STYLE="-moz-user-modify: read-only;">
+ <SPAN CLASS="vpe-text" STYLE="-moz-user-modify:
read-only;">
+ JBoss Seam 2.0.0.CR3 278 Seam JSF controls
+ </SPAN>
+ </DIV>
+ </DIV>
+ </DIV>
+ </test>
</tests>
\ No newline at end of file