Author: yradtsevich
Date: 2008-11-28 13:18:13 -0500 (Fri, 28 Nov 2008)
New Revision: 12140
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/Jsf20ComponentContentTest.java
Log:
JBIDE-2820: Add supports for new jsf 2.0 elements .
https://jira.jboss.org/jira/browse/JBIDE-2820
Test of h:outputStylesheet has been fixed.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/Jsf20ComponentContentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/Jsf20ComponentContentTest.java 2008-11-28
18:17:56 UTC (rev 12139)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/Jsf20ComponentContentTest.java 2008-11-28
18:18:13 UTC (rev 12140)
@@ -19,9 +19,7 @@
*
*/
public class Jsf20ComponentContentTest extends ComponentContentTest {
- public static final String OUTPUT_SCRIPT_ID = "outputScript1"; //$NON-NLS-1$
-
public Jsf20ComponentContentTest(String name) {
super(name);
setCheckWarning(false);
@@ -44,11 +42,11 @@
}
public void testOutputScript() throws Throwable {
- performInvisibleTagTest("components/outputScript.xhtml", OUTPUT_SCRIPT_ID);
//$NON-NLS-1$
+ performInvisibleTagTest("components/outputScript.xhtml",
"outputScript1"); //$NON-NLS-1$ //$NON-NLS-2$
}
public void testOutputStylesheet() throws Throwable {
- performContentTest("components/outputStylesheet.xhtml"); //$NON-NLS-1$
+ performInvisibleTagTest("components/outputStylesheet.xhtml",
"outputStylesheetBlue"); //$NON-NLS-1$ //$NON-NLS-2$
}
protected String getTestProjectName() {