[richfaces-svn-commits] JBoss Rich Faces SVN: r12256 - trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces.
richfaces-svn-commits at lists.jboss.org
richfaces-svn-commits at lists.jboss.org
Tue Jan 13 11:54:05 EST 2009
Author: dsvyatobatsko
Date: 2009-01-13 11:54:05 -0500 (Tue, 13 Jan 2009)
New Revision: 12256
Modified:
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
Log:
renderAutoTestPage fix
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java 2009-01-13 13:55:21 UTC (rev 12255)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/SeleniumTestBase.java 2009-01-13 16:54:05 UTC (rev 12256)
@@ -325,14 +325,16 @@
selenium.waitForPageToLoad(String.valueOf(pageRenderTime));
setParentId(template.getPrefix());
- runScript("loadTemplate('" + template + "');", false);
+ //runScript("loadTemplate('" + template + "');", false);
+ runScript("loadTemplate('" + template + "', '" + resetMethodName + "');", false);
waitForPageToLoad();
checkPageRendering(); // At the first we check if page has been
// rendered
checkJSError(); // At the second we check if JS errors occurred
- reRenderForm(resetMethodName); // ReRender component
+ //reRenderForm(resetMethodName); // ReRender component
+ reRenderForm(); // ReRender component
checkPageRendering(); // Check all again
checkJSError();
More information about the richfaces-svn-commits
mailing list