Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Removes SpringJunit4ClassRunner from SanityCheckIT in fcrepo-webapp s…
…ince we're

relying on jetty-maven-plugin to start/stop the container for testing.
  • Loading branch information
Edwin Shin committed Apr 12, 2013
1 parent b440bfd commit dff8f8b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
1 change: 0 additions & 1 deletion fcrepo-webapp/pom.xml
Expand Up @@ -158,7 +158,6 @@
</connectors>
<daemon>true</daemon>
<stopPort>${jetty.port.stop}</stopPort>
<webAppSourceDirectory>${project.build.directory}/test-classes</webAppSourceDirectory>
</configuration>
</execution>
<execution>
Expand Down
Expand Up @@ -14,14 +14,9 @@
import org.apache.http.impl.conn.PoolingClientConnectionManager;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
import org.springframework.test.context.ContextConfiguration;
import org.springframework.test.context.junit4.SpringJUnit4ClassRunner;

@RunWith(SpringJUnit4ClassRunner.class)
@ContextConfiguration({"/spring/repo.xml", "/spring/eventing.xml", "/spring/jms.xml", "/spring/generator.xml", "/spring-test/rest.xml"})
public class SanityCheckIT {

/**
Expand Down

0 comments on commit dff8f8b

Please sign in to comment.