Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-io/src/test/java/eu/etaxonomy/cdm/io/specimen/excel/in/ExcelImportConfiguratorTest.java
6 6
* The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
* See LICENSE.TXT at the top of this package for the full license terms.
8 8
*/
9

  
10 9
package eu.etaxonomy.cdm.io.specimen.excel.in;
11 10

  
12 11
import static org.junit.Assert.assertNotNull;
......
29 28
/**
30 29
 * @author a.mueller
31 30
 * @since 29.01.2009
32
 * @version 1.0
33 31
 */
34 32
//@Ignore("Test class is just a copy of the ABCD import test. It still needs to be adapted")
35 33
public class ExcelImportConfiguratorTest extends CdmTransactionalIntegrationTest {
36 34

  
37 35
	@SpringBeanByName
38
	CdmApplicationAwareDefaultImport<?> defaultImport;
36
	private CdmApplicationAwareDefaultImport<?> defaultImport;
39 37

  
40 38
	@SpringBeanByType
41
	INameService nameService;
39
	private INameService nameService;
42 40

  
43 41
	@SpringBeanByType
44
	IOccurrenceService occurrenceService;
45

  
42
	private IOccurrenceService occurrenceService;
46 43

  
47 44
	private IImportConfigurator configurator;
48 45

  
......
80 77

  
81 78
    @Override
82 79
    public void createTestDataSet() throws FileNotFoundException {}
83

  
84 80
}

Also available in: Unified diff