Author: ppitonak(a)redhat.com
Date: 2011-01-19 12:33:54 -0500 (Wed, 19 Jan 2011)
New Revision: 21089
Removed:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/A4JParamBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/A4JRepeatBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichDataGridBean.properties
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichPanelBean.properties
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/list.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java
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/richInputNumberSlider/TestRichSlider.java
Log:
* removed unnecessary properties files
* added style and styleClass to popup panel samples
* fixed one test for accordion
* added issue tracking info to tests
Deleted:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/A4JParamBean.properties
===================================================================
Deleted:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/A4JRepeatBean.properties
===================================================================
Deleted:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichDataGridBean.properties
===================================================================
Deleted:
modules/tests/metamer/trunk/application/src/main/resources/org/richfaces/tests/metamer/bean/RichPanelBean.properties
===================================================================
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/list.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/list.xhtml 2011-01-19
16:43:04 UTC (rev 21088)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/list.xhtml 2011-01-19
17:33:54 UTC (rev 21089)
@@ -5,7 +5,7 @@
<!--
JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc. and individual contributors
+Copyright 2010-2011, Red Hat, Inc. and individual contributors
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml 2011-01-19
16:43:04 UTC (rev 21088)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/outsideForm.xhtml 2011-01-19
17:33:54 UTC (rev 21089)
@@ -7,7 +7,7 @@
<!--
JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc. and individual contributors
+Copyright 2010-2011, Red Hat, Inc. and individual contributors
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
@@ -82,6 +82,8 @@
shadowDepth="#{richPopupPanelBean.attributes['shadowDepth'].value}"
shadowOpacity="#{richPopupPanelBean.attributes['shadowOpacity'].value}"
show="#{richPopupPanelBean.attributes['show'].value}"
+
style="#{richPopupPanelBean.attributes['style'].value}"
+
styleClass="#{richPopupPanelBean.attributes['styleClass'].value}"
top="#{richPopupPanelBean.attributes['top'].value}"
trimOverlayedElements="#{richPopupPanelBean.attributes['trimOverlayedElements'].value}"
visualOptions="#{richPopupPanelBean.attributes['visualOptions'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml 2011-01-19
16:43:04 UTC (rev 21088)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richPopupPanel/simple.xhtml 2011-01-19
17:33:54 UTC (rev 21089)
@@ -6,7 +6,7 @@
<!--
JBoss, Home of Professional Open Source
-Copyright 2010, Red Hat, Inc. and individual contributors
+Copyright 2010-2011, Red Hat, Inc. and individual contributors
by the @authors tag. See the copyright.txt in the distribution for a
full listing of individual contributors.
@@ -80,6 +80,8 @@
shadowDepth="#{richPopupPanelBean.attributes['shadowDepth'].value}"
shadowOpacity="#{richPopupPanelBean.attributes['shadowOpacity'].value}"
show="#{richPopupPanelBean.attributes['show'].value}"
+
style="#{richPopupPanelBean.attributes['style'].value}"
+
styleClass="#{richPopupPanelBean.attributes['styleClass'].value}"
top="#{richPopupPanelBean.attributes['top'].value}"
trimOverlayedElements="#{richPopupPanelBean.attributes['trimOverlayedElements'].value}"
visualOptions="#{richPopupPanelBean.attributes['visualOptions'].value}"
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java 2011-01-19
16:43:04 UTC (rev 21088)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java 2011-01-19
17:33:54 UTC (rev 21089)
@@ -1,6 +1,6 @@
/*******************************************************************************
* JBoss, Home of Professional Open Source
- * Copyright 2010, Red Hat, Inc. and individual contributors
+ * Copyright 2010-2011, Red Hat, Inc. and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
@@ -417,11 +417,11 @@
assertFalse(selenium.isAttributePresent(attribute), "Attribute style should
not be present.");
// width = 50%
- selenium.type(pjq("input[type=text][id$=widthInput]"),
"50%");
+ selenium.type(pjq("input[type=text][id$=widthInput]"),
"356px");
selenium.waitForPageToLoad(TIMEOUT);
assertTrue(selenium.isAttributePresent(attribute), "Attribute style should
be present.");
String value = selenium.getStyle(accordion, CssProperty.WIDTH);
- assertEquals(value, "50%", "Attribute width");
+ assertEquals(value, "356px", "Attribute width");
}
}
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-19
16:43:04 UTC (rev 21088)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCalendar/TestRichCalendarAttributes.java 2011-01-19
17:33:54 UTC (rev 21089)
@@ -1,6 +1,6 @@
/*******************************************************************************
* JBoss, Home of Professional Open Source
- * Copyright 2010, Red Hat, Inc. and individual contributors
+ * Copyright 2010-2011, Red Hat, Inc. and individual contributors
* by the @authors tag. See the copyright.txt in the distribution for a
* full listing of individual contributors.
*
@@ -190,6 +190,7 @@
}
@Test
+ @IssueTracking("https://issues.jboss.org/browse/RF-10255")
public void testButtonIconDisabled() {
selenium.click(pjq("input[name$=disabledInput][value=true]"));
selenium.waitForPageToLoad();
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richInputNumberSlider/TestRichSlider.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richInputNumberSlider/TestRichSlider.java 2011-01-19
16:43:04 UTC (rev 21088)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richInputNumberSlider/TestRichSlider.java 2011-01-19
17:33:54 UTC (rev 21089)
@@ -524,6 +524,7 @@
}
@Test
+ @IssueTracking("https://issues.jboss.org/browse/RF-9947")
public void testRendered() {
selenium.click(pjq("input[type=radio][name$=renderedInput][value=false]"));
selenium.waitForPageToLoad();