diff options
author | Olivier Lamy <olamy@apache.org> | 2011-06-13 08:24:17 +0000 |
---|---|---|
committer | Olivier Lamy <olamy@apache.org> | 2011-06-13 08:24:17 +0000 |
commit | b55ef5058a06f06cd30a2ace781a0cee29693682 (patch) | |
tree | b636642cc1badb84410ba5364c1d9b049157f390 /archiva-modules/archiva-web/archiva-webdav/src/test/resources | |
parent | 4ebc70a0e642ee90b30cedbf4f5550bfbe9beb67 (diff) | |
download | archiva-b55ef5058a06f06cd30a2ace781a0cee29693682.tar.gz archiva-b55ef5058a06f06cd30a2ace781a0cee29693682.zip |
fix junit spring configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135059 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/src/test/resources')
-rw-r--r-- | archiva-modules/archiva-web/archiva-webdav/src/test/resources/spring-context.xml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/spring-context.xml b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/spring-context.xml index faaedbe28..a9c88bc26 100644 --- a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/spring-context.xml +++ b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/spring-context.xml @@ -67,4 +67,11 @@ </property> </bean> + <alias name="archivaDavResourceFactory#unauthenticated" alias="davResourceFactory#archiva"/> + <!-- + <bean name="davResourceFactory#archiva" class="org.apache.maven.archiva.webdav.UnauthenticatedDavResourceFactory"> + <property name="servletAuth" ref="servletAuthenticator"/> + </bean> + --> + </beans>
\ No newline at end of file |