]> source.dussan.org Git - archiva.git/commitdiff
fix junit for RepositoryServletProxiedMetadataLocalOnlyTest
authorOlivier Lamy <olamy@apache.org>
Mon, 13 Jun 2011 17:27:17 +0000 (17:27 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 13 Jun 2011 17:27:17 +0000 (17:27 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135187 13f79535-47bb-0310-9956-ffa450edef68

archiva-modules/archiva-web/archiva-webdav/src/test/java/org/apache/maven/archiva/webdav/RepositoryServletProxiedMetadataLocalOnlyTest.java

index 469cf1cff7b5f6456730eac4d5c897b5e1f3f34f..c54a10c0fc5a3944bf5c0a1119ec0cf23b946054 100644 (file)
@@ -19,6 +19,8 @@ package org.apache.maven.archiva.webdav;
  * under the License.
  */
 
+import org.junit.After;
+import org.junit.Before;
 import org.junit.Test;
 
 /**
@@ -30,6 +32,20 @@ public class RepositoryServletProxiedMetadataLocalOnlyTest
     extends AbstractRepositoryServletProxiedMetadataTestCase
 {
 
+    @Before
+    public void setup()
+        throws Exception
+    {
+        super.setUp();
+    }
+
+    @After
+    public void tearDown()
+        throws Exception
+    {
+        super.tearDown();
+    }
+
     @Test
     public void testGetProxiedSnapshotVersionMetadataLocalOnly()
         throws Exception