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/tcsxml/TcsXmlImportConfiguratorTest.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.tcsxml;
11 10

  
12 11
import static org.junit.Assert.assertEquals;
......
36 35
/**
37 36
 * @author a.mueller
38 37
 * @since 29.01.2009
39
 * @version 1.0
40 38
 */
41 39
public class TcsXmlImportConfiguratorTest extends CdmTransactionalIntegrationTest {
42 40

  
43 41
	@SpringBeanByName
44
	CdmApplicationAwareDefaultImport<?> defaultImport;
42
	private CdmApplicationAwareDefaultImport<?> defaultImport;
45 43

  
46 44
	@SpringBeanByType
47
	INameService nameService;
45
	private INameService nameService;
48 46

  
49 47
	private IImportConfigurator configurator;
50 48

  
......
78 76

  
79 77
    @Override
80 78
    public void createTestDataSet() throws FileNotFoundException {}
81

  
82
}
79
}

Also available in: Unified diff