Project

General

Profile

« Previous | Next » 

Revision e2d1e669

Added by Andreas Müller almost 8 years ago

tmp ignore gbif test

View differences:

cdmlib-ext/src/test/java/eu/etaxonomy/cdm/ext/occurrence/gbif/GbifQueryServiceWrapperTest.java
16 16
import java.util.GregorianCalendar;
17 17
import java.util.List;
18 18

  
19
import junit.framework.TestCase;
20

  
21 19
import org.apache.http.NameValuePair;
22 20
import org.apache.http.client.ClientProtocolException;
23 21
import org.apache.http.message.BasicNameValuePair;
22
import org.junit.Ignore;
24 23
import org.junit.Test;
25 24

  
26 25
import eu.etaxonomy.cdm.ext.occurrence.OccurenceQuery;
26
import junit.framework.TestCase;
27 27

  
28 28
/**
29 29
 * @author pplitzner
......
126 126
    }
127 127

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

Also available in: Unified diff