Skip to content

Commit

Permalink
added failsafe renamed integration tests to *IT for legacy-api
Browse files Browse the repository at this point in the history
  • Loading branch information
fasseg committed Mar 20, 2013
1 parent 7dc98bf commit adf2d28
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
4 changes: 4 additions & 0 deletions fcrepo-legacy-api/pom.xml
Expand Up @@ -115,6 +115,10 @@
<groupId>org.codehaus.enunciate</groupId>
<artifactId>maven-enunciate-cxf-plugin</artifactId>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-failsafe-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
Expand Up @@ -26,7 +26,7 @@
import org.custommonkey.xmlunit.jaxp13.Validator;
import org.junit.Test;

public class FedoraDatastreamsTest extends AbstractResourceTest {
public class FedoraDatastreamsIT extends AbstractResourceTest {

private static final String faulkner1 =
"The past is never dead. It's not even past.";
Expand Down
Expand Up @@ -14,7 +14,7 @@
import org.junit.Test;
import org.xml.sax.SAXException;

public class FedoraIdentifiersTest extends AbstractResourceTest {
public class FedoraIdentifiersIT extends AbstractResourceTest {

@Test
public void testGetNextPidResponds() throws Exception {
Expand Down
Expand Up @@ -21,7 +21,7 @@
import org.custommonkey.xmlunit.jaxp13.Validator;
import org.junit.Test;

public class FedoraObjectsTest extends AbstractResourceTest {
public class FedoraObjectsIT extends AbstractResourceTest {

@Test
public void testIngest() throws Exception {
Expand Down
Expand Up @@ -19,7 +19,7 @@
//import org.custommonkey.xmlunit.jaxp13.Validator;
import org.junit.Test;

public class FedoraRepositoryTest extends AbstractResourceTest {
public class FedoraRepositoryIT extends AbstractResourceTest {

@Test
public void testDescribeModeshape() throws Exception {
Expand Down

0 comments on commit adf2d28

Please sign in to comment.