I think the URLs are still incorrect because the example-projects are not inside src/test/resources
Thanks, -- Marica On Mon, Mar 15, 2010 at 1:52 PM, <[email protected]> wrote: > Author: brett > Date: Mon Mar 15 05:52:33 2010 > New Revision: 923062 > > URL: http://svn.apache.org/viewvc?rev=923062&view=rev > Log: > update URLs due to changed location (exactly why they shouldn't be there!) > > Modified: > > > continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/resources/testng.properties > > Modified: > continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/resources/testng.properties > URL: > http://svn.apache.org/viewvc/continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/resources/testng.properties?rev=923062&r1=923061&r2=923062&view=diff > > ============================================================================== > --- > continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/resources/testng.properties > (original) > +++ > continuum/branches/continuum-1.3.x/continuum-webapp-test/src/test/resources/testng.properties > Mon Mar 15 05:52:33 2010 > @@ -36,10 +36,10 @@ M2_DELETE_PROJ_GRP_DESCRIPTION=Delete te > M2_DELETE_PROJ_GRP_SCM_ROOT_URL=scm:svn: > http://svn.apache.org/repos/asf/continuum/sandbox/simple-example > > # SCM element is missing from pom > -NOT_SCM_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-scm-element-pom.xml > -MISS_CONECT_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-connection-element-pom.xml > -MISS_PARENT_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-parent-pom.xml > -MISS_SUBPRO_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-two-projects/missing-modules-pom.xml > +NOT_SCM_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/example-projects/maven-two-projects/missing-scm-element-pom.xml > +MISS_CONECT_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/example-projects/maven-two-projects/missing-connection-element-pom.xml > +MISS_PARENT_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/example-projects/maven-two-projects/missing-parent-pom.xml > +MISS_SUBPRO_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/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 > @@ -59,7 +59,7 @@ M2_PROJ_WITH_TAG_PROJ_GRP_ID=org.apache. > ######################## > > # Properties for testAddMavenOneProject > -M1_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-one-projects/valid-project.xml > +M1_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/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 > @@ -67,14 +67,14 @@ M1_POM_USERNAME= > M1_POM_PASSWORD= > > # Properties for testDeleteMavenOneProject > -M1_DELETE_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-one-projects/valid-project.xml > +M1_DELETE_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/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://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-one-projects/missing-repository-element-project.xml > -M1_EXTENDED_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-one-projects/extend-element-project.xml > -M1_UNPARSEABLE_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/unit/maven-one-projects/unparseable-content-project.xml > +M1_MISS_REPO_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/example-projects/maven-one-projects/missing-repository-element-project.xml > +M1_EXTENDED_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/example-projects/maven-one-projects/extend-element-project.xml > +M1_UNPARSEABLE_POM_URL= > http://svn.apache.org/repos/asf/continuum/trunk/continuum-webapp-test/src/test/resources/example-projects/maven-one-projects/unparseable-content-project.xml > > ######################## > # antProject group > > >
