From richfaces-svn-commits at lists.jboss.org Fri Oct 14 09:28:30 2011 Content-Type: multipart/mixed; boundary="===============0831266666729010930==" MIME-Version: 1.0 From: richfaces-svn-commits at lists.jboss.org To: richfaces-svn-commits at lists.jboss.org Subject: [richfaces-svn-commits] JBoss Rich Faces SVN: r22804 - in modules/tests/metamer/trunk: ftest-source/src/main/java/org/richfaces/tests/metamer/ftest/richNotify and 1 other directory. Date: Fri, 14 Oct 2011 09:28:30 -0400 Message-ID: <201110141328.p9EDSUrq015885@svn01.web.mwc.hst.phx2.redhat.com> --===============0831266666729010930== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Author: jpapouse Date: 2011-10-14 09:28:30 -0400 (Fri, 14 Oct 2011) New Revision: 22804 Modified: modules/tests/metamer/trunk/application/src/main/webapp/components/richN= otify/moreStacks.xhtml modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/tes= ts/metamer/ftest/richNotify/TestRichNotifyMoreStacks.java Log: notify: fixed test for more stacks Modified: modules/tests/metamer/trunk/application/src/main/webapp/component= s/richNotify/moreStacks.xhtml =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/tests/metamer/trunk/application/src/main/webapp/components/rich= Notify/moreStacks.xhtml 2011-10-14 12:28:11 UTC (rev 22803) +++ modules/tests/metamer/trunk/application/src/main/webapp/components/rich= Notify/moreStacks.xhtml 2011-10-14 13:28:30 UTC (rev 22804) @@ -27,40 +27,6 @@ --> = - - - = - = = @@ -165,14 +131,15 @@ -
- +
+ + =
=
Modified: modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfa= ces/tests/metamer/ftest/richNotify/TestRichNotifyMoreStacks.java =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/te= sts/metamer/ftest/richNotify/TestRichNotifyMoreStacks.java 2011-10-14 12:28= :11 UTC (rev 22803) +++ modules/tests/metamer/trunk/ftest-source/src/main/java/org/richfaces/te= sts/metamer/ftest/richNotify/TestRichNotifyMoreStacks.java 2011-10-14 13:28= :30 UTC (rev 22804) @@ -27,7 +27,6 @@ import static org.testng.Assert.assertEquals; import java.net.URL; = -import org.jboss.test.selenium.dom.Event; import org.jboss.test.selenium.locator.JQueryLocator; import org.testng.annotations.Test; = @@ -63,11 +62,6 @@ * locator of the h:commnadButton submit = */ private final JQueryLocator submitHCommandButton =3D pjq("input[id$=3D= hCommandButtonSubmit]"); - - /** - * locator of the a4j:commnadButton submit = - */ - private final JQueryLocator submitA4jCommandButton =3D pjq("input[id$= =3Da4jCommandButtonSubmit]"); = = @Override public URL getTestUrl() { --===============0831266666729010930==--