File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
biojava-integrationtest/src/test/java/org/biojava/nbio/structure/test/domain Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 11/**
22 *
33 */
4- package org .biojava .nbio .structure .domain ;
4+ package org .biojava .nbio .structure .test . domain ;
55
66import static org .junit .Assert .*;
77
2020import java .util .concurrent .TimeoutException ;
2121
2222import org .biojava .nbio .core .util .ConcurrencyTools ;
23+ import org .biojava .nbio .structure .domain .EcodDomain ;
24+ import org .biojava .nbio .structure .domain .EcodInstallation ;
2325import org .biojava .nbio .structure .io .util .FileDownloadUtils ;
2426import org .junit .Rule ;
2527import org .junit .Test ;
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
You can’t perform that action at this time.
0 commit comments