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;
/**
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