Project

General

Profile

« Previous | Next » 

Revision d4c90325

Added by Andreas Kohlbecker almost 13 years ago

ignore web accessing tests

View differences:

cdmlib-ext/src/test/java/eu/etaxonomy/cdm/ext/sru/MobotOpenUrlServiceWrapperTest.java
8 8
import org.apache.log4j.Logger;
9 9
import org.junit.Assert;
10 10
import org.junit.Before;
11
import org.junit.Ignore;
11 12
import org.junit.Test;
12 13

  
13 14
import eu.etaxonomy.cdm.ext.openurl.MobotOpenUrlQuery;
......
41 42
// ******************************* TESTS ******************************************************/
42 43

  
43 44
	@Test
45
	@Ignore // ignore web accessing tests
44 46
	public void testDoResolveAndPage() {
45 47

  
46 48
		MobotOpenUrlQuery query  = new MobotOpenUrlQuery();
cdmlib-ext/src/test/java/eu/etaxonomy/cdm/ext/sru/SruServiceWrapperTest.java
39 39
// ******************************* TESTS ******************************************************/
40 40

  
41 41
	@Test
42
	@Ignore
42
	@Ignore // ignore web accessing tests
43 43
	public void testDoSearchRetrieve(){
44 44
		
45 45
		List<Reference> refList = sruServiceWrapper.doSearchRetrieve("pica.tit=\"Linnaei Species Plantarum Europae\"", "dc");

Also available in: Unified diff