Skip to content

Commit

Permalink
Kernel tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
ajs6f committed Feb 7, 2013
1 parent ec87e9b commit 8b79698
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -3,14 +3,11 @@
import org.apache.commons.httpclient.HttpClient;
import org.apache.commons.httpclient.methods.PostMethod;
import org.apache.commons.httpclient.methods.PutMethod;
import org.slf4j.Logger;
import org.springframework.test.context.ContextConfiguration;

@ContextConfiguration("/spring-test/master.xml")
public abstract class AbstractResourceTest extends AbstractTest {

protected Logger logger;

protected static final int SERVER_PORT = 8080;
protected static final String HOSTNAME = "localhost";
protected static final String serverAddress = "http://" + HOSTNAME + ":"
Expand Down

0 comments on commit 8b79698

Please sign in to comment.