Author: dmaliarevich
Date: 2010-08-20 04:14:24 -0400 (Fri, 20 Aug 2010)
New Revision: 24324
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/components/head2.xhtml.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentContentTest.java
Log:
https://jira.jboss.org/browse/JBIDE-6530 , after fixing
https://jira.jboss.org/browse/JBIDE-6600 <title> has no visual representation.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/components/head2.xhtml.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/components/head2.xhtml.xml 2010-08-20
03:15:45 UTC (rev 24323)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsf2test/WebContent/pages/components/head2.xhtml.xml 2010-08-20
08:14:24 UTC (rev 24324)
@@ -1,7 +1,7 @@
<tests>
<test id="head1">
- <div>
- <h1>JSF 2.0 Test</h1>
- </div>
+ <DIV STYLE="display: none; -moz-user-modify: read-only;">
+ <BR VPE:PSEUDO-ELEMENT="yes" STYLE="font-style: italic; color:
green; -moz-user-modify: read-only;"/>
+ </DIV>
</test>
</tests>
\ No newline at end of file
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java 2010-08-20
03:15:45 UTC (rev 24323)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfAllTests.java 2010-08-20
08:14:24 UTC (rev 24324)
@@ -126,6 +126,14 @@
TestSuite suite = new TestSuite("Tests for Vpe Jsf components");
//$NON-NLS-1$
// $JUnit-BEGIN$
+ /*
+ * Content tests
+ */
+ suite.addTestSuite(JsfComponentContentTest.class);
+ suite.addTestSuite(Jsf20ComponentContentTest.class);
+ /*
+ * Other tests
+ */
suite.addTestSuite(DocBookTemplatesTest.class);
suite.addTestSuite(DnD_JBIDE5042_JBIDE6229_Test.class);
suite.addTestSuite(UnclosedELExpressionTest.class);
@@ -140,7 +148,6 @@
suite.addTestSuite(MozDirtyTest_JBIDE5105.class);
suite.addTestSuite(VpeI18nTest_JBIDE4887.class);
suite.addTestSuite(JsfComponentTest.class);
- suite.addTestSuite(Jsf20ComponentContentTest.class);
suite.addTestSuite(JBIDE3519Test.class);
suite.addTestSuite(ContextMenuDoubleInsertionTest_JBIDE3888.class);
suite.addTestSuite(SelectAllAndCut_JBIDE4853.class);
@@ -179,7 +186,6 @@
suite.addTestSuite(JBIDE2526Test.class);
suite.addTestSuite(JBIDE2624Test.class);
suite.addTestSuite(JBIDE1805Test.class);
- suite.addTestSuite(JsfComponentContentTest.class);
suite.addTestSuite(JBIDE2774Test.class);
suite.addTestSuite(JBIDE2828Test.class);
suite.addTestSuite(JBIDE3030Test.class);
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentContentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentContentTest.java 2010-08-20
03:15:45 UTC (rev 24323)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/JsfComponentContentTest.java 2010-08-20
08:14:24 UTC (rev 24324)
@@ -123,10 +123,6 @@
performContentTest("components/selectOneRadio.jsp"); //$NON-NLS-1$
}
- /*
- * JSF Core test cases
- */
-
public void testActionListener() throws Throwable {
performInvisibleTagTest(
"components/actionListener.jsp", "actionListener"); //$NON-NLS-1$
//$NON-NLS-2$