aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-06-13 09:00:36 +0000
committerOlivier Lamy <olamy@apache.org>2011-06-13 09:00:36 +0000
commitcd73ad4d7825b1929ad66b5cebffdb8cb7a3c185 (patch)
tree595ee47b62873ee8993d883bdafb810557b6696e /archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF
parentb55ef5058a06f06cd30a2ace781a0cee29693682 (diff)
downloadarchiva-cd73ad4d7825b1929ad66b5cebffdb8cb7a3c185.tar.gz
archiva-cd73ad4d7825b1929ad66b5cebffdb8cb7a3c185.zip
fix junit spring configuration
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135064 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF')
-rw-r--r--archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml
index 995a1e998..7e3c83277 100644
--- a/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml
+++ b/archiva-modules/archiva-web/archiva-webdav/src/test/resources/WEB-INF/repository-servlet-security-test/web.xml
@@ -31,8 +31,8 @@
<context-param>
<param-name>contextConfigLocation</param-name>
<param-value>
- classpath*:/META-INF/spring-context.xml
-
+ classpath*:/META-INF/spring-context.xml
+ classpath*:/spring-context.xml
</param-value>
</context-param>