[richfaces-svn-commits] JBoss Rich Faces SVN: r12169 - trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Fri Jan 9 05:44:03 EST 2009
Author: andrei_exadel
Date: 2009-01-09 05:44:03 -0500 (Fri, 09 Jan 2009)
New Revision: 12169
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java
Log:
RF-5540
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java 2009-01-09 02:24:16 UTC (rev 12168)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/AjaxCommandButtonTest.java 2009-01-09 10:44:03 UTC (rev 12169)
@@ -30,6 +30,15 @@
public class AjaxCommandButtonTest extends SeleniumTestBase {
@Test
+ public void testLimit2ListAttribute(Template template) {
+ AutoTester tester = getAutoTester(this);
+ tester.renderPage(template, null);
+
+ tester.testLimitToList();
+
+ }
+
+ @Test
public void testRenderedAttribute(Template template) {
AutoTester tester = getAutoTester(this);
tester.renderPage(template, null);
More information about the richfaces-svn-commits
mailing list