Project

General

Profile

« Previous | Next » 

Revision 55561

Removed dep to gcube registry and ignore integration tests

View differences:

CatalogueRegistratorIntegrationTest.java
15 15
import org.apache.jena.rdf.model.Resource;
16 16
import org.apache.jena.vocabulary.RDF;
17 17
import org.junit.Before;
18
import org.junit.Ignore;
18 19
import org.junit.Test;
19 20
import org.junit.runner.RunWith;
20 21
import org.springframework.beans.factory.annotation.Autowired;
......
33 34
@SpringBootTest
34 35
@TestPropertySource(
35 36
		locations = "classpath:application-integrationtest.properties")
37
@Ignore
36 38
public class CatalogueRegistratorIntegrationTest {
37 39

  
38 40
	private String nakalaService = "eu/dnetlib/parthenos/registry/nakala.rdf";
......
65 67
	}
66 68

  
67 69
	@Test
68
	public void testError500_1() throws Exception{
70
	public void testError500_1() throws Exception {
69 71
		InfModel model = loadBaseModel();
70 72
		model.read(getStream(error500_1), CRMpe.NS);
71 73
		ResIterator subjects = model.listSubjectsWithProperty(RDF.type, CRM.E29_Design_or_Procedure);

Also available in: Unified diff