[richfaces-svn-commits] JBoss Rich Faces SVN: r12378 - in trunk/test-applications/seleniumTest/richfaces/src: test/java/org/richfaces/testng and 1 other directory.

richfaces-svn-commits at lists.jboss.org richfaces-svn-commits at lists.jboss.org
Fri Jan 23 04:43:00 EST 2009


Author: dsvyatobatsko
Date: 2009-01-23 04:42:59 -0500 (Fri, 23 Jan 2009)
New Revision: 12378

Modified:
   trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/tabPanel/tabPanelAutoTest.xhtml
   trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TabPanelTest.java
Log:
https://jira.jboss.org/jira/browse/RF-5563

Modified: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/tabPanel/tabPanelAutoTest.xhtml
===================================================================
(Binary files differ)

Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TabPanelTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TabPanelTest.java	2009-01-23 02:51:47 UTC (rev 12377)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/TabPanelTest.java	2009-01-23 09:42:59 UTC (rev 12378)
@@ -146,6 +146,14 @@
     }
 
     @Test
+    public void testBypassUpdatesAttribute(Template template) {
+        AutoTester tester = getAutoTester(this);
+        tester.renderPage(template, INIT_AJAX_CORE_TEST);
+        writeStatus("Test component with bypassUpdates = true skips update model values phase");
+        tester.testBypassUpdate();
+    }
+
+    @Test
     public void testValidatorAndValidatorMessageAttributes(Template template) {
         AutoTester tester = getAutoTester(this);
         tester.renderPage(template, INIT_AJAX_CORE_TEST);




More information about the richfaces-svn-commits mailing list