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

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

index 40eca226811ff9e76770b5712bc3c6ee33f036e8..d03b16d6854f7201884092aaccd4ecfd0b566df7 100644 (file)
@@ -25,6 +25,8 @@ import com.meterware.httpunit.WebRequest;
 import com.meterware.httpunit.WebResponse;
 
 import org.apache.maven.archiva.policies.SnapshotsPolicy;
+import org.junit.After;
+import org.junit.Before;
 import org.junit.Test;
 
 import java.io.File;
@@ -38,6 +40,20 @@ public class RepositoryServletProxiedTimestampedSnapshotPolicyTest
     extends AbstractRepositoryServletProxiedTestCase
 {
 
+    @Before
+    public void setup()
+        throws Exception
+    {
+        super.setUp();
+    }
+
+    @After
+    public void tearDown()
+        throws Exception
+    {
+        super.tearDown();
+    }
+
     @Test
     public void testGetProxiedSnapshotsArtifactPolicyAlwaysManagedNewer()
         throws Exception