Author: dmaliarevich
Date: 2009-04-08 08:46:39 -0400 (Wed, 08 Apr 2009)
New Revision: 14601
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml.xml
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentContentTest.java
Log:
JUnit for s:remote was fixed.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml
===================================================================
(Binary files differ)
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml.xml
(rev 0)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml.xml 2009-04-08
12:46:39 UTC (rev 14601)
@@ -0,0 +1,15 @@
+<tests>
+ <test id="id1">
+ <SPAN CLASS="vpe-text" STYLE="-moz-user-modify:
read-write;">
+ <BR VPE:PSEUDO-ELEMENT="yes"
+ STYLE="font-style: italic; color: green; -moz-user-modify: read-only;"
/>
+ </SPAN>
+ </test>
+ <test id="id2">
+ <SPAN CLASS="vpe-text" STYLE="-moz-user-modify:
read-write;">
+ <SPAN CLASS="vpe-text">
+ Some text inside
+ </SPAN>
+ </SPAN>
+ </test>
+</tests>
\ No newline at end of file
Property changes on:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/resources/SeamTest/WebContent/pages/components/remote.xhtml.xml
___________________________________________________________________
Name: svn:mime-type
+ text/xml
Name: svn:eol-style
+ native
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentContentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentContentTest.java 2009-04-08
11:18:05 UTC (rev 14600)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.seam.test/src/org/jboss/tools/jsf/vpe/seam/test/SeamComponentContentTest.java 2009-04-08
12:46:39 UTC (rev 14601)
@@ -83,7 +83,7 @@
}
public void testRemote() throws Throwable {
- performInvisibleTagTest("components/remote.xhtml", "id1");
//$NON-NLS-1$ //$NON-NLS-2$
+ performContentTest("components/remote.xhtml"); //$NON-NLS-1$
}
public void testSelectDate() throws Throwable {
Show replies by date