From continuum-commits-return-441-apmail-maven-continuum-commits-archive=maven.apache.org@maven.apache.org Fri Jul 08 02:59:39 2005 Return-Path: Delivered-To: apmail-maven-continuum-commits-archive@www.apache.org Received: (qmail 81735 invoked from network); 8 Jul 2005 02:59:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Jul 2005 02:59:39 -0000 Received: (qmail 55678 invoked by uid 500); 8 Jul 2005 02:59:38 -0000 Delivered-To: apmail-maven-continuum-commits-archive@maven.apache.org Received: (qmail 55641 invoked by uid 500); 8 Jul 2005 02:59:37 -0000 Mailing-List: contact continuum-commits-help@maven.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: continuum-dev@maven.apache.org Delivered-To: mailing list continuum-commits@maven.apache.org Received: (qmail 55628 invoked by uid 99); 8 Jul 2005 02:59:37 -0000 X-ASF-Spam-Status: No, hits=-9.8 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [209.237.227.194] (HELO minotaur.apache.org) (209.237.227.194) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 07 Jul 2005 19:59:26 -0700 Received: (qmail 81679 invoked by uid 65534); 8 Jul 2005 02:59:23 -0000 Message-ID: <20050708025923.81678.qmail@minotaur.apache.org> Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r209697 - /maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test Date: Fri, 08 Jul 2005 02:59:23 -0000 To: continuum-commits@maven.apache.org From: jvanzyl@apache.org X-Mailer: svnmailer-1.0.2 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Author: jvanzyl Date: Thu Jul 7 19:59:22 2005 New Revision: 209697 URL: http://svn.apache.org/viewcvs?rev=209697&view=rev Log: o adding test for ant project addition via the web Added: maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test Added: maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test?rev=209697&view=auto ============================================================================== --- maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test (added) +++ maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test Thu Jul 7 19:59:22 2005 @@ -0,0 +1,23 @@ +# +# Check the addition of an ant project +# +get_html | http://localhost:8080/continuum/servlet/continuum +click_link | Add Ant Project +select_form | 0 +set_textfield | project.targets = build +set_textfield | project.executable = ant +set_textfield | project.name = Ant Test Project +set_textfield | projectScmUrl = scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/ant +set_textfield | project.version = 1.0 +submit_form | Submit +# +# Make sure the project was added by inspecting the table +# +get_html | http://localhost:8080/continuum/servlet/continuum +select_table | projectSummaryTable +check_tablecell | (1,0) = New +check_tablecell | (1,1) = Ant Test Project +check_tablecell | (1,2) = 1.0 +click_link | Delete +select_form | 0 +submit_form | deleteEntry