Project

General

Profile

« Previous | Next » 

Revision 1887ea68

Added by Andreas Müller almost 8 years ago

Unignore GBIF Test

View differences:

cdmlib-ext/src/test/java/eu/etaxonomy/cdm/ext/occurrence/gbif/GbifQueryServiceWrapperTest.java
20 20
import org.apache.http.client.ClientProtocolException;
21 21
import org.apache.http.message.BasicNameValuePair;
22 22
import org.junit.Assert;
23
import org.junit.Ignore;
24 23
import org.junit.Test;
25 24

  
26 25
import eu.etaxonomy.cdm.ext.occurrence.OccurenceQuery;
......
126 125
    }
127 126

  
128 127
    @Test
129
    @Ignore
130 128
    public void testGbifWebService() {
131 129
        OccurenceQuery query = new OccurenceQuery("Campanula persicifolia", "E. J. Palmer", null, null, null, null, null, null, null);
132 130
        GbifQueryServiceWrapper service = new GbifQueryServiceWrapper();

Also available in: Unified diff