From richfaces-svn-commits at lists.jboss.org Wed Feb 18 09:16:11 2009 Content-Type: multipart/mixed; boundary="===============0754250348739606540==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r12688 - in trunk/test-applications/seleniumTest/richfaces/src: test/java/org/richfaces/testng and 1 other directory. Date: Wed, 18 Feb 2009 09:16:10 -0500 Message-ID: --===============0754250348739606540== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: konstantin.mishin Date: 2009-02-18 09:16:10 -0500 (Wed, 18 Feb 2009) New Revision: 12688 Added: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/com= boBox/comboBoxAutoTest.xhtml Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfac= es/testng/ComboBoxTest.java Log: RF-6075 Added: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages= /comboBox/comboBoxAutoTest.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/test-applications/seleniumTest/richfaces/src/main/webapp/pages/co= mboBox/comboBoxAutoTest.xhtml (rev 0) +++ trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/co= mboBox/comboBoxAutoTest.xhtml 2009-02-18 14:16:10 UTC (rev 12688) @@ -0,0 +1,34 @@ + + + = + + + + + + + + + \ No newline at end of file Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/= richfaces/testng/ComboBoxTest.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/test-applications/seleniumTest/richfaces/src/test/java/org/richfa= ces/testng/ComboBoxTest.java 2009-02-18 09:53:52 UTC (rev 12687) +++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfa= ces/testng/ComboBoxTest.java 2009-02-18 14:16:10 UTC (rev 12688) @@ -285,6 +285,16 @@ } = /** + * component with rendered =3D false is not present on the page = + */ + @Test + public void testRendered(Template template) { + AutoTester autoTester =3D getAutoTester(this); + autoTester.renderPage(template, null); + autoTester.testRendered(); + } + = + /** * Check with enableManualInput =3D false attribute. = */ @Test --===============0754250348739606540==--