Author: ppitonak(a)redhat.com
Date: 2011-02-25 04:48:06 -0500 (Fri, 25 Feb 2011)
New Revision: 21930
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/facets.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/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/richCollapsiblePanel/TestRichCollapsiblePanel.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTabPanel/TestRichTabPanel.java
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTogglePanel/TestRichTogglePanel.java
Log:
attribute bypassUpdates removed from all samples for panels
tests for bypassUpdates removed
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richAccordion/simple.xhtml 2011-02-25
09:48:06 UTC (rev 21930)
@@ -39,7 +39,6 @@
<ui:define name="component">
<rich:accordion id="accordion"
activeItem="#{richAccordionBean.attributes['activeItem'].value}"
-
bypassUpdates="#{richAccordionBean.attributes['bypassUpdates'].value}"
cycledSwitching="#{richAccordionBean.attributes['cycledSwitching'].value}"
dir="#{richAccordionBean.attributes['dir'].value}"
height="#{richAccordionBean.attributes['height'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/facets.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/facets.xhtml 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/facets.xhtml 2011-02-25
09:48:06 UTC (rev 21930)
@@ -41,7 +41,6 @@
<rich:collapsiblePanel id="collapsiblePanel"
bodyClass="#{richCollapsiblePanelBean.attributes['bodyClass'].value}"
-
bypassUpdates="#{richCollapsiblePanelBean.attributes['bypassUpdates'].value}"
dir="#{richCollapsiblePanelBean.attributes['dir'].value}"
expanded="#{richCollapsiblePanelBean.attributes['expanded'].value}"
header="#{richCollapsiblePanelBean.attributes['header'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richCollapsiblePanel/simple.xhtml 2011-02-25
09:48:06 UTC (rev 21930)
@@ -40,7 +40,6 @@
<rich:collapsiblePanel id="collapsiblePanel"
bodyClass="#{richCollapsiblePanelBean.attributes['bodyClass'].value}"
-
bypassUpdates="#{richCollapsiblePanelBean.attributes['bypassUpdates'].value}"
dir="#{richCollapsiblePanelBean.attributes['dir'].value}"
expanded="#{richCollapsiblePanelBean.attributes['expanded'].value}"
header="#{richCollapsiblePanelBean.attributes['header'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTabPanel/simple.xhtml 2011-02-25
09:48:06 UTC (rev 21930)
@@ -40,7 +40,6 @@
<rich:tabPanel id="tabPanel"
activeItem="#{richTabPanelBean.attributes['activeItem'].value}"
-
bypassUpdates="#{richTabPanelBean.attributes['bypassUpdates'].value}"
cycledSwitching="#{richTabPanelBean.attributes['cycledSwitching'].value}"
dir="#{richTabPanelBean.attributes['dir'].value}"
headerAlignment="#{richTabPanelBean.attributes['headerAlignment'].value}"
Modified:
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml
===================================================================
---
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/application/src/main/webapp/components/richTogglePanel/simple.xhtml 2011-02-25
09:48:06 UTC (rev 21930)
@@ -77,7 +77,6 @@
<rich:togglePanel id="richTogglePanel"
activeItem="#{richTogglePanelBean.attributes['activeItem'].value}"
-
bypassUpdates="#{richTogglePanelBean.attributes['bypassUpdates'].value}"
cycledSwitching="#{richTogglePanelBean.attributes['cycledSwitching'].value}"
dir="#{richTogglePanelBean.attributes['dir'].value}"
immediate="#{richTogglePanelBean.attributes['immediate'].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-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richAccordion/TestRichAccordion.java 2011-02-25
09:48:06 UTC (rev 21930)
@@ -132,20 +132,6 @@
}
@Test
- @RegressionTest("https://issues.jboss.org/browse/RF-10054")
- public void testBypassUpdates() {
-
selenium.click(pjq("input[type=radio][name$=bypassUpdatesInput][value=true]"));
- selenium.waitForPageToLoad();
-
- selenium.click(itemHeaders[2]);
- waitGui.failWith("Item 3 is not
displayed.").until(isDisplayed.locator(itemContents[2]));
-
- phaseInfo.assertPhases(PhaseId.RESTORE_VIEW, PhaseId.APPLY_REQUEST_VALUES,
PhaseId.PROCESS_VALIDATIONS,
- PhaseId.RENDER_RESPONSE);
- phaseInfo.assertListener(PhaseId.PROCESS_VALIDATIONS, "item changed: item1
-> item3");
- }
-
- @Test
public void testCycledSwitching() {
String accordionId = selenium.getEval(new
JavaScript("window.testedComponentId"));
String result = null;
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richCollapsiblePanel/TestRichCollapsiblePanel.java 2011-02-25
09:48:06 UTC (rev 21930)
@@ -80,21 +80,6 @@
}
@Test
- @RegressionTest("https://issues.jboss.org/browse/RF-10054")
- public void testBypassUpdates() {
-
selenium.click(pjq("input[type=radio][name$=bypassUpdatesInput][value=true]"));
- selenium.waitForPageToLoad();
-
- String reqTime = selenium.getText(time);
- guardXhr(selenium).click(header);
- waitGui.failWith("Page was not updated").waitForChange(reqTime,
retrieveText.locator(time));
-
- phaseInfo.assertPhases(PhaseId.RESTORE_VIEW, PhaseId.APPLY_REQUEST_VALUES,
PhaseId.PROCESS_VALIDATIONS,
- PhaseId.RENDER_RESPONSE);
- phaseInfo.assertListener(PhaseId.PROCESS_VALIDATIONS, "panel
collapsed");
- }
-
- @Test
public void testDir() {
testDir(panel);
}
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTabPanel/TestRichTabPanel.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTabPanel/TestRichTabPanel.java 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTabPanel/TestRichTabPanel.java 2011-02-25
09:48:06 UTC (rev 21930)
@@ -138,20 +138,6 @@
}
@Test
- @RegressionTest("https://issues.jboss.org/browse/RF-10054")
- public void testBypassUpdates() {
-
selenium.click(pjq("input[type=radio][name$=bypassUpdatesInput][value=true]"));
- selenium.waitForPageToLoad();
-
- selenium.click(inactiveHeaders[2]);
- waitGui.failWith("Tab 3 is not
displayed.").until(isDisplayed.locator(itemContents[2]));
-
- phaseInfo.assertPhases(PhaseId.RESTORE_VIEW, PhaseId.APPLY_REQUEST_VALUES,
PhaseId.PROCESS_VALIDATIONS,
- PhaseId.RENDER_RESPONSE);
- phaseInfo.assertListener(PhaseId.PROCESS_VALIDATIONS, "item changed: tab1
-> tab3");
- }
-
- @Test
public void testCycledSwitching() {
String panelId = selenium.getEval(new
JavaScript("window.testedComponentId"));
String result = null;
Modified:
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTogglePanel/TestRichTogglePanel.java
===================================================================
---
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTogglePanel/TestRichTogglePanel.java 2011-02-25
09:47:08 UTC (rev 21929)
+++
modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richTogglePanel/TestRichTogglePanel.java 2011-02-25
09:48:06 UTC (rev 21930)
@@ -24,12 +24,10 @@
import static org.jboss.test.selenium.guard.request.RequestTypeGuardFactory.guardHttp;
import static
org.jboss.test.selenium.guard.request.RequestTypeGuardFactory.guardNoRequest;
import static org.jboss.test.selenium.guard.request.RequestTypeGuardFactory.guardXhr;
-import static org.jboss.test.selenium.locator.LocatorFactory.jq;
import static org.jboss.test.selenium.utils.URLUtils.buildUrl;
import static org.testng.Assert.assertEquals;
import static org.testng.Assert.assertFalse;
import static org.testng.Assert.assertTrue;
-import static org.testng.Assert.fail;
import java.net.URL;
@@ -40,7 +38,6 @@
import org.jboss.test.selenium.locator.JQueryLocator;
import org.jboss.test.selenium.waiting.EventFiredCondition;
import org.richfaces.tests.metamer.ftest.AbstractMetamerTest;
-import org.richfaces.tests.metamer.ftest.annotations.IssueTracking;
import org.richfaces.tests.metamer.ftest.annotations.RegressionTest;
import org.testng.annotations.Test;
@@ -185,20 +182,6 @@
}
@Test
- @RegressionTest("https://issues.jboss.org/browse/RF-10054")
- public void testBypassUpdates() {
-
selenium.click(pjq("input[type=radio][name$=bypassUpdatesInput][value=true]"));
- selenium.waitForPageToLoad();
-
- selenium.click(tc3);
- waitGui.failWith("Item 3 is not
displayed.").until(isDisplayed.locator(item3));
-
- phaseInfo.assertPhases(PhaseId.RESTORE_VIEW, PhaseId.APPLY_REQUEST_VALUES,
PhaseId.PROCESS_VALIDATIONS,
- PhaseId.RENDER_RESPONSE);
- phaseInfo.assertListener(PhaseId.PROCESS_VALIDATIONS, "item changed: item1
-> item3");
- }
-
- @Test
public void testCycledSwitching() {
selenium.click(pjq("input[type=radio][name$=cycledSwitchingInput][value=true]"));
selenium.waitForPageToLoad();
Show replies by date