From 0ddd97bda1329db8ce6ef36b916791693732f24d Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Tue, 14 Jun 2011 19:58:02 +0000 Subject: [PATCH] fix junit RssFeedServletTest git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135766 13f79535-47bb-0310-9956-ffa450edef68 --- .../resources/spring-context-rss-servlet.xml | 46 +++++++++++++++++++ .../webapp/WEB-INF/feedServletTest-web.xml | 2 +- 2 files changed, 47 insertions(+), 1 deletion(-) create mode 100644 archiva-modules/archiva-web/archiva-webapp/src/test/resources/spring-context-rss-servlet.xml diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/resources/spring-context-rss-servlet.xml b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/spring-context-rss-servlet.xml new file mode 100644 index 000000000..3cab95633 --- /dev/null +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/resources/spring-context-rss-servlet.xml @@ -0,0 +1,46 @@ + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/feedServletTest-web.xml b/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/feedServletTest-web.xml index 058447466..0e8e38ec5 100644 --- a/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/feedServletTest-web.xml +++ b/archiva-modules/archiva-web/archiva-webapp/src/test/webapp/WEB-INF/feedServletTest-web.xml @@ -47,7 +47,7 @@ contextConfigLocation - classpath*:/spring-context.xml + classpath*:/spring-context-rss-servlet.xml classpath*:/META-INF/spring-context.xml -- 2.39.5