[richfaces-svn-commits] JBoss Rich Faces SVN: r11928 - 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 Dec 19 12:33:48 EST 2008
Author: dsvyatobatsko
Date: 2008-12-19 12:33:48 -0500 (Fri, 19 Dec 2008)
New Revision: 11928
Modified:
trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/calendar/layoutTests.xhtml
trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java
Log:
https://jira.jboss.org/jira/browse/RF-5343 started
Modified: trunk/test-applications/seleniumTest/richfaces/src/main/webapp/pages/calendar/layoutTests.xhtml
===================================================================
(Binary files differ)
Modified: trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java
===================================================================
--- trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java 2008-12-19 16:50:57 UTC (rev 11927)
+++ trunk/test-applications/seleniumTest/richfaces/src/test/java/org/richfaces/testng/CalendarTest.java 2008-12-19 17:33:48 UTC (rev 11928)
@@ -432,7 +432,7 @@
Assert.fail("Calendar displays invalid date. It should contain ["+expected+"]. But was ["+headerDate+"]");
}
}
-
+
@Test
public void testEventsAttributes(Template template) {
renderPage(EVENTS_TEST_URL, template, RESET_METHOD);
@@ -1616,6 +1616,14 @@
}
@Test
+ public void testFacets(Template template) {
+ renderPage(LAYOUT_TESTS_URL, template, null);
+ initIds(getParentId());
+
+ writeStatus("Check facets of the component: 'header', 'footer', 'optionalHeader', 'optionalFooter', 'weekNumber' and 'weekDay'");
+ }
+
+ @Test
public void testResetTimeOnDateSelect(Template template) {
renderPage(RESET_TIME_ON_DATE_SELECTION_TEST_URL, template, null);
initIds(getParentId());
More information about the richfaces-svn-commits
mailing list