Repository: tapestry-5 Updated Branches: refs/heads/beanmodel-split 696bc7ae8 -> 31493159a
TAP5-2399: SeleniumTestCase.waitForAjaxRequestsToComplete() not working when using Prototype Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/750ffdbd Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/750ffdbd Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/750ffdbd Branch: refs/heads/beanmodel-split Commit: 750ffdbdedac5b58074794d9a6c21e973fc96365 Parents: 09a011c Author: Howard M. Lewis Ship <[email protected]> Authored: Tue Oct 21 16:01:50 2014 -0700 Committer: Howard M. Lewis Ship <[email protected]> Committed: Tue Oct 21 16:01:50 2014 -0700 ---------------------------------------------------------------------- .../src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/750ffdbd/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java ---------------------------------------------------------------------- diff --git a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java index 1add197..890cdb6 100644 --- a/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java +++ b/tapestry-test/src/main/java/org/apache/tapestry5/test/SeleniumTestCase.java @@ -1757,7 +1757,7 @@ public abstract class SeleniumTestCase extends Assert implements Selenium } } - reportAndThrowAssertionError("Body 'data-ajax-active' attribute never reverted to 'false'."); + reportAndThrowAssertionError("Body 'data-ajax-active' attribute never reverted to '0'."); } @Override
