Project

General

Profile

« Previous | Next » 

Revision 50412

Migrated from dnet40 and adapted to current version of the OpenAIRE Search API.

View differences:

OpenaireProjectsApiClientTest.java
1 1
package eu.dnetlib.api.client;
2 2

  
3
import static org.junit.Assert.assertNotNull;
4

  
5 3
import java.net.URI;
6 4
import java.net.URISyntaxException;
7 5

  
6
import eu.dnetlib.api.utils.OpenAireDocumentPage;
8 7
import org.apache.http.client.utils.URIBuilder;
9 8
import org.dom4j.DocumentException;
10 9
import org.dom4j.DocumentHelper;
10
import org.junit.Ignore;
11 11
import org.junit.Test;
12 12

  
13
import eu.dnetlib.api.utils.OpenAireDocumentPage;
13
import static org.junit.Assert.assertNotNull;
14 14

  
15
@Ignore
15 16
public class OpenaireProjectsApiClientTest extends OpenaireApiClientTest {
16 17

  
17 18
	@Test

Also available in: Unified diff