aboutsummaryrefslogtreecommitdiffstats
path: root/archiva-modules/archiva-web/archiva-webdav/src/test/resources
diff options
context:
space:
mode:
authorOlivier Lamy <olamy@apache.org>2011-08-19 17:15:41 +0000
committerOlivier Lamy <olamy@apache.org>2011-08-19 17:15:41 +0000
commit94faa497aea1f08226d4eb0a2121596488ab89a3 (patch)
tree0d8d976ac6a36f7ad9747b2922d0ee034a9ec366 /archiva-modules/archiva-web/archiva-webdav/src/test/resources
parent23cceb8c62b655be0a3528c334d1a23e8aa5ba5b (diff)
downloadarchiva-94faa497aea1f08226d4eb0a2121596488ab89a3.tar.gz
archiva-94faa497aea1f08226d4eb0a2121596488ab89a3.zip
fix webapp unit tests with commenting a spring which is not used and override the good one
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1159691 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/WEB-INF/repository-servlet-security-test/web.xml5
1 files changed, 1 insertions, 4 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 69ef84322..1897fd4be 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
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="ISO-8859-1"?>
+<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Licensed to the Apache Software Foundation (ASF) under one
~ or more contributor license agreements. See the NOTICE file
@@ -40,7 +40,4 @@
</param-value>
</context-param>
- <!--
- target/test-classes/org/apache/maven/archiva/webdav/RepositoryServletSecurityTest.xml
- -->
</web-app>