Author: dmaliarevich
Date: 2008-10-21 09:28:33 -0400 (Tue, 21 Oct 2008)
New Revision: 11048
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/hotkey.xhtml
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java
Log:
https://jira.jboss.org/jira/browse/JBIDE-2810, tests for rich:hotkey , rich:inplaceInput,
rich:inplaceSelect, rich:inputNumberSlider, rich:inputNumberSpinner.
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2008-10-21
13:27:42 UTC (rev 11047)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2008-10-21
13:28:33 UTC (rev 11048)
@@ -168,23 +168,23 @@
}
public void testHotKey() throws Throwable {
- assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
+ performInvisibleTagTest("components/hotkey.xhtml", "hotkey");
//$NON-NLS-1$ //$NON-NLS-2$
}
public void testInplaceInput() throws Throwable {
- assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
+ performContentTest("components/inplaceInput.xhtml");//$NON-NLS-1$
}
public void testInplaceSelect() throws Throwable {
- assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
+ performContentTest("components/inplaceSelect.xhtml");//$NON-NLS-1$
}
public void testInputNumberSlider() throws Throwable {
- assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
+ performContentTest("components/inputNumberSlider.xhtml");//$NON-NLS-1$
}
public void testInputNumberSpinner() throws Throwable {
- assertTrue("it is necessary to add a body of the test ",
false);//$NON-NLS-1$
+ performContentTest("components/inputNumberSpinner.xhtml");//$NON-NLS-1$
}
public void testInsert() throws Throwable {
Added:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/hotkey.xhtml
===================================================================
(Binary files differ)
Property changes on:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/tools/jsf/vpe/richfaces/test/hotkey.xhtml
___________________________________________________________________
Name: svn:mime-type
+ application/xhtml+xml