]> source.dussan.org Git - archiva.git/commitdiff
fix unit test for RepositoryServletProxiedPassthroughTest : call setup and tearDown
authorOlivier Lamy <olamy@apache.org>
Mon, 13 Jun 2011 15:20:54 +0000 (15:20 +0000)
committerOlivier Lamy <olamy@apache.org>
Mon, 13 Jun 2011 15:20:54 +0000 (15:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1135141 13f79535-47bb-0310-9956-ffa450edef68

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

index 5ef2230d53d808dac978bf01123c5f54cc763dc0..53e3c066a2bca1e54b57cbdb5437e71d437a550f 100644 (file)
@@ -25,6 +25,8 @@ import com.meterware.httpunit.GetMethodWebRequest;
 import com.meterware.httpunit.HttpUnitOptions;
 import com.meterware.httpunit.WebRequest;
 import com.meterware.httpunit.WebResponse;
+import org.junit.After;
+import org.junit.Before;
 import org.junit.Test;
 
 /**
@@ -46,6 +48,20 @@ public class RepositoryServletProxiedPassthroughTest
 
     private static final String PATH_ASC = "org/apache/archiva/test/1.0/test-1.0.jar.asc";
 
+    @Before
+    public void setup()
+        throws Exception
+    {
+        super.setUp();
+    }
+
+    @After
+    public void tearDown()
+        throws Exception
+    {
+        super.tearDown();
+    }
+
     @Test
     public void testGetProxiedManagedNewerSha1()
         throws Exception