Skip to content

Commit 3946214

Browse files
committed
Moving EcodInstallationTest to integrationtest package
1 parent a26fd9b commit 3946214

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

biojava-structure/src/test/java/org/biojava/nbio/structure/domain/EcodDomainTest.java renamed to biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/domain/EcodInstallationTest.java

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
/**
22
*
33
*/
4-
package org.biojava.nbio.structure.domain;
4+
package org.biojava.nbio.structure.test.domain;
55

66
import static org.junit.Assert.*;
77

@@ -20,6 +20,8 @@
2020
import java.util.concurrent.TimeoutException;
2121

2222
import org.biojava.nbio.core.util.ConcurrencyTools;
23+
import org.biojava.nbio.structure.domain.EcodDomain;
24+
import org.biojava.nbio.structure.domain.EcodInstallation;
2325
import org.biojava.nbio.structure.io.util.FileDownloadUtils;
2426
import org.junit.Rule;
2527
import org.junit.Test;
@@ -31,9 +33,9 @@
3133
* @author Spencer Bliven
3234
*
3335
*/
34-
public class EcodDomainTest {
36+
public class EcodInstallationTest {
3537

36-
private static final Logger logger = LoggerFactory.getLogger(EcodDomainTest.class);
38+
private static final Logger logger = LoggerFactory.getLogger(EcodInstallationTest.class);
3739
private static EcodInstallation ecod;
3840
private static final String VERSION = "develop77";
3941

0 commit comments

Comments
 (0)