Project

General

Profile

« Previous | Next » 

Revision ba37ba74

Added by Andreas Müller about 12 years ago

add cich source

View differences:

app-import/src/main/java/eu/etaxonomy/cdm/app/dwca/DwcaImportActivator.java
45 45
	
46 46
	//database validation status (create, update, validate ...)
47 47
	static DbSchemaValidation hbm2dll = DbSchemaValidation.CREATE;
48
	static final URI source = dwca_test_in();
48
//	static final URI source = dwca_test_in();
49
	static final URI source = dwca_test_cich();
50
	
49 51

  
50 52
	
51 53
//	static final ICdmDataSource cdmDestination = CdmDestinations.localH2();
......
114 116
		URI sourceUrl = URI.create("file:///C:/Users/pesiimport/Documents/pesi_cdmlib/cdmlib-io/src/test/resources/eu/etaxonomy/cdm/io/dwca/in/DwcaZipToStreamConverterTest-input.zip");
115 117
		return sourceUrl;
116 118
	}
119
	
120
	
121
	//Dwca
122
	public static URI dwca_test_cich() {
123
		URI sourceUrl = URI.create("file:///E:/opt/data/dwca/20110621_1400_cichorieae_dwca.zip");
124
		return sourceUrl;
125
	}
117 126

  
118 127

  
119 128
	

Also available in: Unified diff