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/taxonx/TaxonXImportConfiguratorTest.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.taxonx;
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
public class TaxonXImportConfiguratorTest extends CdmTransactionalIntegrationTest {
35 33

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

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

  
42 40
	private IImportConfigurator configurator;
43 41

  
......
68 66
	//	assertEquals("Number of TaxonNames should be 5", 5, nameService.count());
69 67
	}
70 68

  
71
    /* (non-Javadoc)
72
     * @see eu.etaxonomy.cdm.test.integration.CdmIntegrationTest#createTestData()
73
     */
74 69
    @Override
75
    public void createTestDataSet() throws FileNotFoundException {
76
        // TODO Auto-generated method stub
77

  
78
    }
79

  
80
}
70
    public void createTestDataSet() throws FileNotFoundException {}
71
}

Also available in: Unified diff