You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jv...@apache.org on 2005/07/08 05:12:36 UTC

svn commit: r209700 - /maven/continuum/trunk/continuum-web-test/src/main/test/

Author: jvanzyl
Date: Thu Jul  7 20:12:35 2005
New Revision: 209700

URL: http://svn.apache.org/viewcvs?rev=209700&view=rev
Log: (empty)

Added:
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-remove-ant-project.test
      - copied unchanged from r209699, maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-remove-m1-project.test
      - copied unchanged from r209699, maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-m1-project.test
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-remove-m2-project.test
      - copied unchanged from r209699, maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-m2-project.test
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-shell-project.test
Removed:
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-ant-project.test
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-m1-project.test
    maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-m2-project.test

Added: maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-shell-project.test
URL: http://svn.apache.org/viewcvs/maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-shell-project.test?rev=209700&view=auto
==============================================================================
--- maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-shell-project.test (added)
+++ maven/continuum/trunk/continuum-web-test/src/main/test/c1-add-shell-project.test Thu Jul  7 20:12:35 2005
@@ -0,0 +1,23 @@
+# 
+# Check the addition of an shell project
+# 
+get_html | http://localhost:8080/continuum/servlet/continuum
+click_link | Add Shell Project
+select_form | 0
+set_textfield | project.executable = script.sh
+set_textfield | project.name = Shell Test Project
+set_textfield | projectScmUrl = scm:svn:http://svn.apache.org/repos/asf/maven/continuum/trunk/continuum-test-projects/shell
+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) = Shell Test Project
+check_tablecell | (1,2) = 1.0
+click_link | Delete
+check_text | Are you sure you want to delete this project?
+select_form | 0
+submit_form | deleteEntry