JBoss Rich Faces SVN: r20873 - modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar.
by richfaces-svn-commits@lists.jboss.org
Author: ppitonak(a)redhat.com
Date: 2011-01-04 07:52:34 -0500 (Tue, 04 Jan 2011)
New Revision: 20873
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java
Log:
* fixed two tests for rich:calendar - testBoundaryDatesModeNull and testBoundaryDatesModeInactive
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java
===================================================================
--- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java 2011-01-03 14:41:10 UTC (rev 20872)
+++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java 2011-01-04 12:52:34 UTC (rev 20873)
@@ -66,10 +66,11 @@
assertEquals(newMonth, month, "Month should not change.");
// the most top-left column might be 1st day of month
- while (selenium.getText(cellWeekDay.format(1, 0)).equals("1")) {
+ while (selenium.getText(cellWeekDay.format(1, 1)).equals("1")) {
selenium.click(prevMonthButton);
}
+ month = selenium.getText(monthLabel);
guardNoRequest(selenium).click(cellWeekDay.format(1, 1));
newMonth = selenium.getText(monthLabel);
assertEquals(newMonth, month, "Month should not change.");
13 years, 12 months
JBoss Rich Faces SVN: r20872 - trunk/examples/iteration-demo/src/main/webapp.
by richfaces-svn-commits@lists.jboss.org
Author: konstantin.mishin
Date: 2011-01-03 09:41:10 -0500 (Mon, 03 Jan 2011)
New Revision: 20872
Modified:
trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml
Log:
RF-10104
Modified: trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml
===================================================================
--- trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml 2011-01-03 13:42:55 UTC (rev 20871)
+++ trunk/examples/iteration-demo/src/main/webapp/extendedtable.xhtml 2011-01-03 14:41:10 UTC (rev 20872)
@@ -61,10 +61,10 @@
}
//-->
</script>
- <input id="js_api_id_input" type="text" value="form1:extendedDataTable" />
- <input id="js_api_function_string_input" type="text" value="sort('column_title')" size="60"/>
+ <input id="js_api_id_input" name="js_api" type="text" value="form1:extendedDataTable" />
+ <input id="js_api_function_string_input" name="js_api" type="text" value="sort('column_title')" size="60"/>
<input type="button" value="Run" onclick="invokeJSAPI()" />
- <input id="js_api_result" type="text" readonly="readonly" size="60"/>
+ <input id="js_api_result" name="js_api" type="text" readonly="readonly" size="60"/>
<br />
<h:outputText value="Selection mode" />
<h:selectOneMenu value="#{dataBean.selectionMode}">
@@ -103,9 +103,6 @@
</f:facet>
</c:if>
</it:column>
- <it:column>
- <textarea cols="5" rows="5"/>
- </it:column>
<it:column id="column_name" filterExpression="#{fn:containsIgnoreCase(record.name, fv)}" sortBy="#{record.name}">
<f:facet name="header">
<h:outputText id="columnHeader1" value="Column Header Facet"/>
13 years, 12 months
JBoss Rich Faces SVN: r20871 - in modules/tests/metamer/trunk: ftest and 1 other directory.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-01-03 08:42:55 -0500 (Mon, 03 Jan 2011)
New Revision: 20871
Modified:
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
Log:
versions reverted back to 4.0.0-SNAPSHOT after release
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-01-03 13:36:40 UTC (rev 20870)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-01-03 13:42:55 UTC (rev 20871)
@@ -80,8 +80,8 @@
<properties>
<context.path>/metamer/</context.path>
<deployable.classifier>mojarra</deployable.classifier>
- <deployable.version>4.0.0.20101226-M5</deployable.version>
- <ftest.source.version>4.0.0.20101226-M5</ftest.source.version>
+ <deployable.version>4.0.0-SNAPSHOT</deployable.version>
+ <ftest.source.version>4.0.0-SNAPSHOT</ftest.source.version>
<testng.suite.xml>src/test/resources/testng.xml</testng.suite.xml>
<container.home>target/installs/${container.dir.deflatted}/${container.dir.unflatted}</container.home>
</properties>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2011-01-03 13:36:40 UTC (rev 20870)
+++ modules/tests/metamer/trunk/pom.xml 2011-01-03 13:42:55 UTC (rev 20871)
@@ -26,7 +26,7 @@
<parent>
<groupId>org.richfaces.examples</groupId>
<artifactId>richfaces-example-parent</artifactId>
- <version>4.0.0.20101226-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
@@ -124,7 +124,7 @@
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
<richfaces.checkstyle.version>2</richfaces.checkstyle.version>
- <version.richfaces>4.0.0.20101226-M5</version.richfaces>
+ <version.richfaces>4.0.0-SNAPSHOT</version.richfaces>
</properties>
<dependencyManagement>
13 years, 12 months
JBoss Rich Faces SVN: r20869 - modules/tests/archetypes/richfaces-simpleapp-ftest/tags.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-01-03 08:36:31 -0500 (Mon, 03 Jan 2011)
New Revision: 20869
Added:
modules/tests/archetypes/richfaces-simpleapp-ftest/tags/richfaces-simpleapp-ftest-4.0.0.20101226-M5/
Log:
[maven-scm] copy for tag richfaces-simpleapp-ftest-4.0.0.20101226-M5
Copied: modules/tests/archetypes/richfaces-simpleapp-ftest/tags/richfaces-simpleapp-ftest-4.0.0.20101226-M5 (from rev 20868, modules/tests/archetypes/richfaces-simpleapp-ftest/trunk)
13 years, 12 months
JBoss Rich Faces SVN: r20867 - modules/tests/archetypes/richfaces-simpleapp-ftest/trunk.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-01-03 08:31:29 -0500 (Mon, 03 Jan 2011)
New Revision: 20867
Modified:
modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml
Log:
applying release version: richfaces-selenium:1.5.2.SP3 (bundles jboss-6.0.0.Final)
Modified: modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml
===================================================================
--- modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml 2011-01-03 13:16:53 UTC (rev 20866)
+++ modules/tests/archetypes/richfaces-simpleapp-ftest/trunk/pom.xml 2011-01-03 13:31:29 UTC (rev 20867)
@@ -25,7 +25,7 @@
<parent>
<artifactId>functional-test-jboss-ci-template</artifactId>
<groupId>org.jboss.test.richfaces-selenium</groupId>
- <version>1.5.2.Final</version>
+ <version>1.5.2.SP3</version>
</parent>
<groupId>org.richfaces.tests.archetypes</groupId>
13 years, 12 months
JBoss Rich Faces SVN: r20866 - modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-01-03 08:16:53 -0500 (Mon, 03 Jan 2011)
New Revision: 20866
Modified:
modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModel.java
modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModelItem.java
Log:
partially reverting patch - fixed sample for calendar with data model (r20767, ppitonak(a)redhat.com)
Modified: modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModel.java
===================================================================
--- modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModel.java 2011-01-03 12:57:54 UTC (rev 20865)
+++ modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModel.java 2011-01-03 13:16:53 UTC (rev 20866)
@@ -79,9 +79,4 @@
return modelItems;
}
-
- @Override
- public Object getToolTip(Date date) {
- return null;
- }
}
Modified: modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModelItem.java
===================================================================
--- modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModelItem.java 2011-01-03 12:57:54 UTC (rev 20865)
+++ modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/application/src/main/java/org/richfaces/tests/metamer/model/CalendarModelItem.java 2011-01-03 13:16:53 UTC (rev 20866)
@@ -49,20 +49,4 @@
public String getStyleClass() {
return styleClass;
}
-
- public Object getData() {
- return null;
- }
-
- public boolean hasToolTip() {
- return false;
- }
-
- public Object getToolTip() {
- return null;
- }
-
- public int getDay() {
- return 0;
- }
}
13 years, 12 months
JBoss Rich Faces SVN: r20865 - in modules/tests/metamer/trunk: application and 2 other directories.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-01-03 07:57:54 -0500 (Mon, 03 Jan 2011)
New Revision: 20865
Modified:
modules/tests/metamer/trunk/application/pom.xml
modules/tests/metamer/trunk/ftest-source/pom.xml
modules/tests/metamer/trunk/ftest/pom.xml
modules/tests/metamer/trunk/pom.xml
Log:
[maven-release-plugin] prepare for next development iteration
Modified: modules/tests/metamer/trunk/application/pom.xml
===================================================================
--- modules/tests/metamer/trunk/application/pom.xml 2011-01-03 12:57:41 UTC (rev 20864)
+++ modules/tests/metamer/trunk/application/pom.xml 2011-01-03 12:57:54 UTC (rev 20865)
@@ -19,7 +19,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20101226-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/ftest/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest/pom.xml 2011-01-03 12:57:41 UTC (rev 20864)
+++ modules/tests/metamer/trunk/ftest/pom.xml 2011-01-03 12:57:54 UTC (rev 20865)
@@ -30,14 +30,14 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-ftest</artifactId>
- <version>4.0.0.20101226-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<name>Metamer: RichFaces Testing Application - Functional Test</name>
<packaging>pom</packaging>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/ta...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/tags/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/tags/meta...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/tr...</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk...</developerConnection>
+ <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/trunk/ftest</url>
</scm>
<licenses>
Modified: modules/tests/metamer/trunk/ftest-source/pom.xml
===================================================================
--- modules/tests/metamer/trunk/ftest-source/pom.xml 2011-01-03 12:57:41 UTC (rev 20864)
+++ modules/tests/metamer/trunk/ftest-source/pom.xml 2011-01-03 12:57:54 UTC (rev 20865)
@@ -25,7 +25,7 @@
<parent>
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20101226-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
</parent>
<groupId>org.richfaces.tests</groupId>
Modified: modules/tests/metamer/trunk/pom.xml
===================================================================
--- modules/tests/metamer/trunk/pom.xml 2011-01-03 12:57:41 UTC (rev 20864)
+++ modules/tests/metamer/trunk/pom.xml 2011-01-03 12:57:54 UTC (rev 20865)
@@ -31,7 +31,7 @@
<groupId>org.richfaces.tests</groupId>
<artifactId>metamer-root</artifactId>
- <version>4.0.0.20101226-M5</version>
+ <version>4.0.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Metamer: RichFaces Testing Application - Project Root</name>
@@ -50,9 +50,9 @@
</licenses>
<scm>
- <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/ta...</connection>
- <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/tags/...</developerConnection>
- <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/tags/meta...</url>
+ <connection>scm:svn:http://anonsvn.jboss.org/repos/richfaces/modules/tests/metamer/trunk</connection>
+ <developerConnection>scm:svn:https://svn.jboss.org/repos/richfaces/modules/tests/metamer/trunk</developerConnection>
+ <url>http://fisheye.jboss.org/browse/RichFaces/modules/tests/metamer/trunk</url>
</scm>
<distributionManagement>
13 years, 12 months
JBoss Rich Faces SVN: r20864 - modules/tests/metamer/tags.
by richfaces-svn-commits@lists.jboss.org
Author: lfryc(a)redhat.com
Date: 2011-01-03 07:57:41 -0500 (Mon, 03 Jan 2011)
New Revision: 20864
Added:
modules/tests/metamer/tags/metamer-4.0.0.20101226-M5/
Log:
[maven-scm] copy for tag metamer-4.0.0.20101226-M5
Copied: modules/tests/metamer/tags/metamer-4.0.0.20101226-M5 (from rev 20863, modules/tests/metamer/trunk)
13 years, 12 months