Author: sdzmitrovich
Date: 2008-10-27 13:07:33 -0400 (Mon, 27 Oct 2008)
New Revision: 11217
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/commandButton.jsp.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/graphicImage.jsp.xml
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JsfJbide2362Test.java
Log:
corrected tests
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/commandButton.jsp.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/commandButton.jsp.xml 2008-10-27
16:51:46 UTC (rev 11216)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/commandButton.jsp.xml 2008-10-27
17:07:33 UTC (rev 11217)
@@ -1,17 +1,17 @@
<tests>
<test id="commandButton1">
- <input type="submit" />
+ <input type="button" value="commandButton"/>
</test>
<test id="commandButton2">
- <input type="button" />
+ <input type="button" value="commandButton1" />
</test>
<test id="commandButton3">
- <input type="reset" />
+ <input type="reset" value="commandButton3" />
</test>
<test id="commandButton4">
- <input type="submit" />
+ <input type="submit" value="commandButton4" />
</test>
<test id="commandButton5">
- <input type="image" />
+ <input type="image" SRC="/.*ve/unresolved_image.gif/" />
</test>
</tests>
\ No newline at end of file
Modified:
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/graphicImage.jsp.xml
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/graphicImage.jsp.xml 2008-10-27
16:51:46 UTC (rev 11216)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/resources/jsfTest/WebContent/pages/components/graphicImage.jsp.xml 2008-10-27
17:07:33 UTC (rev 11217)
@@ -1,8 +1,8 @@
<tests>
<test id="graphicImage1">
- <IMG SRC="unresolved.gif" />
+ <IMG SRC="/.*ve/unresolved_image.gif/" />
</test>
<test id="graphicImage2">
- <IMG />
+ <IMG SRC="/.*jsfTest/WebContent/pages/components/img/image.jpeg/" />
</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/jbide/JsfJbide2362Test.java
===================================================================
---
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JsfJbide2362Test.java 2008-10-27
16:51:46 UTC (rev 11216)
+++
trunk/jsf/tests/org.jboss.tools.jsf.vpe.jsf.test/src/org/jboss/tools/jsf/vpe/jsf/test/jbide/JsfJbide2362Test.java 2008-10-27
17:07:33 UTC (rev 11217)
@@ -62,7 +62,6 @@
ELEMENTS.add("h:inputText"); //$NON-NLS-1$
ELEMENTS.add("h:inputTextarea"); //$NON-NLS-1$
ELEMENTS.add("h:inputSecret"); //$NON-NLS-1$
- ELEMENTS.add("h:inputHidden"); //$NON-NLS-1$
}
public JsfJbide2362Test(String name) {
Show replies by date