Project

General

Profile

« Previous | Next » 

Revision 50412

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

View differences:

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

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

  
5 3
import java.io.File;
6 4
import java.io.IOException;
7 5
import java.net.URI;
8 6
import java.net.URISyntaxException;
9 7
import java.net.URL;
10

  
11 8
import javax.xml.XMLConstants;
12 9
import javax.xml.transform.Source;
13 10
import javax.xml.validation.Schema;
......
20 17
import org.dom4j.DocumentHelper;
21 18
import org.dom4j.io.DocumentSource;
22 19
import org.junit.Before;
20
import org.junit.Ignore;
23 21
import org.junit.Test;
24 22
import org.xml.sax.SAXException;
25 23

  
24
import static org.junit.Assert.assertTrue;
25

  
26
@Ignore
26 27
public class SygmaApiClientTest extends OpenaireApiClientTest {
27 28

  
28 29
	private SchemaFactory schemaFactory;

Also available in: Unified diff