Revision 4733ebde
Added by Andreas Müller almost 7 years ago
cdmlib-ext/src/test/java/eu/etaxonomy/cdm/ext/ipni/IpniServiceTest.java | ||
---|---|---|
10 | 10 |
import org.junit.Assert; |
11 | 11 |
import org.junit.Before; |
12 | 12 |
import org.junit.BeforeClass; |
13 |
import org.junit.Ignore; |
|
14 | 13 |
import org.junit.Test; |
15 | 14 |
|
16 | 15 |
import eu.etaxonomy.cdm.api.application.ICdmApplicationConfiguration; |
... | ... | |
27 | 26 |
* @author a.mueller |
28 | 27 |
* |
29 | 28 |
*/ |
30 |
@Ignore |
|
29 |
//@Ignore
|
|
31 | 30 |
public class IpniServiceTest { |
32 | 31 |
@SuppressWarnings("unused") |
33 | 32 |
private static final Logger logger = Logger.getLogger(IpniServiceTest.class); |
Also available in: Unified diff
Unignore IPNI Service test again