fix junit spring configuration

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135064 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-06-13 09:00:36 +00:00
parent b55ef5058a
commit cd73ad4d78
1 changed files with 2 additions and 2 deletions

View File

@ -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>