From jbosstools-commits at lists.jboss.org Fri May 22 08:29:29 2009 Content-Type: multipart/mixed; boundary="===============0214249527082638740==" MIME-Version: 1.0 From: jbosstools-commits at lists.jboss.org To: jbosstools-commits at lists.jboss.org Subject: [jbosstools-commits] JBoss Tools SVN: r15402 - in trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test: src/org/jboss/tools/jsf/vpe/richfaces/test and 1 other directory. Date: Fri, 22 May 2009 08:22:59 -0400 Message-ID: --===============0214249527082638740== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: dmaliarevich Date: 2009-05-22 08:22:59 -0400 (Fri, 22 May 2009) New Revision: 15402 Added: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFac= esTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml.xml Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFac= esTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/too= ls/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java Log: https://jira.jboss.org/jira/browse/JBIDE-4309, style class was added, code = adjustment, junits were updated. Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/= richFacesTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFa= cesTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml 2009-= 05-22 12:01:46 UTC (rev 15401) +++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFa= cesTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml 2009-= 05-22 12:22:59 UTC (rev 15402) @@ -9,7 +9,6 @@ - = - + \ No newline at end of file Added: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/ric= hFacesTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml.xml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFa= cesTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml.xml = (rev 0) +++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/resources/richFa= cesTest/WebContent/pages/components/inplaceSelect/inplaceSelect.xhtml.xml 2= 009-05-22 12:22:59 UTC (rev 15402) @@ -0,0 +1,7 @@ + + + + + + \ No newline at end of file Property changes on: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test= /resources/richFacesTest/WebContent/pages/components/inplaceSelect/inplaceS= elect.xhtml.xml ___________________________________________________________________ Name: svn:mime-type + text/xml Name: svn:eol-style + native Modified: trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jb= oss/tools/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/to= ols/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2009-05-22 12= :01:46 UTC (rev 15401) +++ trunk/jsf/tests/org.jboss.tools.jsf.vpe.richfaces.test/src/org/jboss/to= ols/jsf/vpe/richfaces/test/RichFacesComponentContentTest.java 2009-05-22 12= :22:59 UTC (rev 15402) @@ -32,7 +32,12 @@ public void testJbide1605() throws Throwable { performContentTest("components/panelMenuGroup/jbide1605.xhtml"); //$NON-= NLS-1$ } + = + public void testJbide4309() throws Throwable { + performContentTest("components/inplaceSelect/JBIDE4309.xhtml"); //$NON-N= LS-1$ + } = + public void testAjaxValidator() throws Throwable { performInvisibleTagTest( "components/ajaxValidator.xhtml", "ajaxValidator");//$NON-NLS-1$ //$NO= N-NLS-2$ --===============0214249527082638740==--