Author: ogusakov
Date: Wed Feb 4 07:25:49 2009
New Revision: 740647
URL: http://svn.apache.org/viewvc?rev=740647&view=rev
Log:
adding a thorough repository test: multiple remote, multiple local
Added:
maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml
(with props)
Added:
maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml
URL:
http://svn.apache.org/viewvc/maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml?rev=740647&view=auto
==============================================================================
---
maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml
(added)
+++
maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml
Wed Feb 4 07:25:49 2009
@@ -0,0 +1,55 @@
+<component-set>
+ <components>
+
+ <component>
+ <role>org.sonatype.webdav.security.Authentication</role>
+ <role-hint>properties</role-hint>
+
<implementation>org.sonatype.webdav.security.PropertiesAuthentication</implementation>
+ <configuration>
+ <properties>
+ <property>
+ <name>foo</name>
+ <value>bar</value>
+ </property>
+ </properties>
+ </configuration>
+ </component>
+
+ <component>
+ <role>org.sonatype.webdav.security.Authorization</role>
+ <role-hint>properties</role-hint>
+
<implementation>org.sonatype.webdav.security.PropertiesAuthorization</implementation>
+ <configuration>
+ <properties>
+ <property>
+ <name>foo</name>
+ <value>admin,repository.read,repository.write</value>
+ </property>
+ </properties>
+ </configuration>
+ </component>
+
+ <component>
+ <role>org.sonatype.webdav.ResourceCollection</role>
+ <role-hint>mercury-test-1</role-hint>
+
<implementation>org.sonatype.webdav.FileResourceCollection</implementation>
+ <description></description>
+ <isolated-realm>false</isolated-realm>
+ <configuration>
+ <root-path>./target/webdav1</root-path>
+ </configuration>
+ </component>
+
+ <component>
+ <role>org.sonatype.webdav.ResourceCollection</role>
+ <role-hint>mercury-test-2</role-hint>
+
<implementation>org.sonatype.webdav.FileResourceCollection</implementation>
+ <description></description>
+ <isolated-realm>false</isolated-realm>
+ <configuration>
+ <root-path>./target/webdav2</root-path>
+ </configuration>
+ </component>
+
+ </components>
+</component-set>
Propchange:
maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange:
maven/mercury/trunk/mercury-it/src/test/resources/org/apache/maven/mercury/repository/tests/ComplexRepositoryTest.xml
------------------------------------------------------------------------------
svn:keywords = Author Date Id Revision