Return-Path: X-Original-To: apmail-tapestry-dev-archive@www.apache.org Delivered-To: apmail-tapestry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3A4E6119C5 for ; Mon, 4 Aug 2014 10:58:39 +0000 (UTC) Received: (qmail 14994 invoked by uid 500); 4 Aug 2014 10:58:38 -0000 Delivered-To: apmail-tapestry-dev-archive@tapestry.apache.org Received: (qmail 14933 invoked by uid 500); 4 Aug 2014 10:58:38 -0000 Mailing-List: contact commits-help@tapestry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@tapestry.apache.org Delivered-To: mailing list commits@tapestry.apache.org Received: (qmail 14922 invoked by uid 99); 4 Aug 2014 10:58:38 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Aug 2014 10:58:38 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 6E1D88894EE; Mon, 4 Aug 2014 10:58:38 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: jkemnade@apache.org To: commits@tapestry.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: TAP5-2100: add an additional sleep to wait for the first refresh after clicking the link in the test case Date: Mon, 4 Aug 2014 10:58:38 +0000 (UTC) Repository: tapestry-5 Updated Branches: refs/heads/master e087cad11 -> dca3b4875 TAP5-2100: add an additional sleep to wait for the first refresh after clicking the link in the test case Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/dca3b487 Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/dca3b487 Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/dca3b487 Branch: refs/heads/master Commit: dca3b4875a9fe96fb3e6f3ec6bf90cafb086b93a Parents: e087cad Author: Jochen Kemnade Authored: Mon Aug 4 12:57:53 2014 +0200 Committer: Jochen Kemnade Committed: Mon Aug 4 12:57:53 2014 +0200 ---------------------------------------------------------------------- .../java/org/apache/tapestry5/integration/app1/ZoneRefreshTest.java | 1 + 1 file changed, 1 insertion(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/dca3b487/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneRefreshTest.java ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneRefreshTest.java b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneRefreshTest.java index 1178fb1..3c116f0 100644 --- a/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneRefreshTest.java +++ b/tapestry-core/src/test/java/org/apache/tapestry5/integration/app1/ZoneRefreshTest.java @@ -60,6 +60,7 @@ public class ZoneRefreshTest extends App1TestCase waitForAjaxRequestsToComplete(); // assert that counter value didn't changed + Thread.sleep(2000l); assertText("zone", "true"); Thread.sleep(2000l); assertText("zone", "true");