Return-Path: Delivered-To: apmail-continuum-commits-archive@www.apache.org Received: (qmail 55297 invoked from network); 15 Mar 2010 05:52:32 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 15 Mar 2010 05:52:32 -0000 Received: (qmail 4667 invoked by uid 500); 15 Mar 2010 05:51:47 -0000 Delivered-To: apmail-continuum-commits-archive@continuum.apache.org Received: (qmail 4609 invoked by uid 500); 15 Mar 2010 05:51:46 -0000 Mailing-List: contact commits-help@continuum.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@continuum.apache.org Delivered-To: mailing list commits@continuum.apache.org Received: (qmail 4602 invoked by uid 99); 15 Mar 2010 05:51:45 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 05:51:45 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 15 Mar 2010 05:51:42 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 93A75238897D; Mon, 15 Mar 2010 05:51:21 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r923061 - in /continuum/trunk/continuum-webapp-test/src/test: example-projects/ resources/testng.properties resources/unit/ Date: Mon, 15 Mar 2010 05:51:21 -0000 To: commits@continuum.apache.org From: brett@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20100315055121.93A75238897D@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: brett Date: Mon Mar 15 05:51:21 2010 New Revision: 923061 URL: http://svn.apache.org/viewvc?rev=923061&view=rev Log: move test example projects into a more sensible location Added: continuum/trunk/continuum-webapp-test/src/test/example-projects/ - copied from r923058, continuum/trunk/continuum-webapp-test/src/test/resources/unit/ Removed: continuum/trunk/continuum-webapp-test/src/test/resources/unit/ Modified: continuum/trunk/continuum-webapp-test/src/test/resources/testng.properties Modified: continuum/trunk/continuum-webapp-test/src/test/resources/testng.properties URL: http://svn.apache.org/viewvc/continuum/trunk/continuum-webapp-test/src/test/resources/testng.properties?rev=923061&r1=923060&r2=923061&view=diff ============================================================================== --- continuum/trunk/continuum-webapp-test/src/test/resources/testng.properties (original) +++ continuum/trunk/continuum-webapp-test/src/test/resources/testng.properties Mon Mar 15 05:51:21 2010 @@ -41,10 +41,10 @@ M2_DELETE_PROJ_DEVELOPMENT_VERSION=1.1-S M2_DELETE_PROJ_TAGBASE_PERFORM=https://svn.apache.org/repos/asf/continuum/sandbox/tags # SCM element is missing from pom -NOT_SCM_POM_URL=http://localhost:9595/unit/maven-two-projects/missing-scm-element-pom.xml -MISS_CONECT_POM_URL=http://localhost:9595/unit/maven-two-projects/missing-connection-element-pom.xml -MISS_PARENT_POM_URL=http://localhost:9595/unit/maven-two-projects/missing-parent-pom.xml -MISS_SUBPRO_POM_URL=http://localhost:9595/unit/maven-two-projects/missing-modules-pom.xml +NOT_SCM_POM_URL=http://localhost:9595/example-projects/maven-two-projects/missing-scm-element-pom.xml +MISS_CONECT_POM_URL=http://localhost:9595/example-projects/maven-two-projects/missing-connection-element-pom.xml +MISS_PARENT_POM_URL=http://localhost:9595/example-projects/maven-two-projects/missing-parent-pom.xml +MISS_SUBPRO_POM_URL=http://localhost:9595/example-projects/maven-two-projects/missing-modules-pom.xml # Properties for testAddMavenTwoProjectModuleNameWithSameLetter M2_SAME_LETTER_POM_URL=https://svn.apache.org/repos/asf/continuum/sandbox/flat-example/flat-parent/pom.xml @@ -63,7 +63,7 @@ M2_PROJ_WITH_TAG_PROJ_GRP_ID=org.apache. ######################## # Properties for testAddMavenOneProject -M1_POM_URL=http://localhost:9595/unit/maven-one-projects/valid-project.xml +M1_POM_URL=http://localhost:9595/example-projects/maven-one-projects/valid-project.xml M1_PROJ_GRP_NAME=Maven One Project M1_PROJ_GRP_ID=maven-one-project M1_PROJ_GRP_DESCRIPTION=This is a sample Maven One Project @@ -71,14 +71,14 @@ M1_POM_USERNAME= M1_POM_PASSWORD= # Properties for testDeleteMavenOneProject -M1_DELETE_POM_URL=http://localhost:9595/unit/maven-one-projects/valid-project.xml +M1_DELETE_POM_URL=http://localhost:9595/example-projects/maven-one-projects/valid-project.xml M1_DELETE_PROJ_GRP_NAME=Maven One Project M1_DELETE_PROJ_GRP_ID=maven-one-project M1_DELETE_PROJ_GRP_DESCRIPTION=This is a sample Maven One Project. -M1_MISS_REPO_POM_URL=http://localhost:9595/unit/maven-one-projects/missing-repository-element-project.xml -M1_EXTENDED_POM_URL=http://localhost:9595/unit/maven-one-projects/extend-element-project.xml -M1_UNPARSEABLE_POM_URL=http://localhost:9595/unit/maven-one-projects/unparseable-content-project.xml +M1_MISS_REPO_POM_URL=http://localhost:9595/example-projects/maven-one-projects/missing-repository-element-project.xml +M1_EXTENDED_POM_URL=http://localhost:9595/example-projects/maven-one-projects/extend-element-project.xml +M1_UNPARSEABLE_POM_URL=http://localhost:9595/example-projects/maven-one-projects/unparseable-content-project.xml ######################## # antProject group