Return-Path: Delivered-To: apmail-tapestry-commits-archive@locus.apache.org Received: (qmail 18451 invoked from network); 10 Jun 2007 16:22:05 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 10 Jun 2007 16:22:05 -0000 Received: (qmail 14826 invoked by uid 500); 10 Jun 2007 16:22:09 -0000 Delivered-To: apmail-tapestry-commits-archive@tapestry.apache.org Received: (qmail 14693 invoked by uid 500); 10 Jun 2007 16:22:08 -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 14679 invoked by uid 99); 10 Jun 2007 16:22:08 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 09:22:08 -0700 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 10 Jun 2007 09:22:04 -0700 Received: by eris.apache.org (Postfix, from userid 65534) id EB94D1A981A; Sun, 10 Jun 2007 09:21:43 -0700 (PDT) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r545906 - /tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java Date: Sun, 10 Jun 2007 16:21:42 -0000 To: commits@tapestry.apache.org From: hlship@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070610162143.EB94D1A981A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: hlship Date: Sun Jun 10 09:21:42 2007 New Revision: 545906 URL: http://svn.apache.org/viewvc?view=rev&rev=545906 Log: TAPESTRY-1439: Convert Tutorial from Pages/PDF to new module using APT format Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java?view=diff&rev=545906&r1=545905&r2=545906 ============================================================================== --- tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java (original) +++ tapestry/tapestry5/trunk/tapestry-core/src/test/java/org/apache/tapestry/integration/IntegrationTests.java Sun Jun 10 09:21:42 2007 @@ -973,22 +973,27 @@ clickAndWait("link=string"); assertTextPresent("Tapestry 5 Integration Application 1"); goBack(); + waitForPageToLoad(); clickAndWait("link=class"); assertTextPresent("Tapestry 5 Integration Application 1"); goBack(); + waitForPageToLoad(); clickAndWait("link=page"); assertTextPresent("Tapestry 5 Integration Application 1"); goBack(); + waitForPageToLoad(); clickAndWait("link=link"); assertTextPresent("Tapestry 5 Integration Application 1"); goBack(); + waitForPageToLoad(); clickAndWait("link=stream"); assertTextPresent("Success!"); goBack(); + waitForPageToLoad(); clickAndWait("link=bad"); assertTextPresent(