Project

General

Profile

« Previous | Next » 

Revision 707b6237

Added by Niels Hoffmann over 12 years ago

Merged with trunk

View differences:

eu.etaxonomy.taxeditor.editor/src/test/java/eu/etaxonomy/taxeditor/editor/name/operation/MoveTaxonOperationTest.java
18 18
import eu.etaxonomy.cdm.model.taxon.Classification;
19 19
import eu.etaxonomy.cdm.model.taxon.Taxon;
20 20
import eu.etaxonomy.cdm.model.taxon.TaxonNode;
21
import eu.etaxonomy.taxeditor.store.operations.AbstractTaxeditorOperationTest;
21
import eu.etaxonomy.taxeditor.store.operations.AbstractTaxeditorOperationTestBase;
22 22

  
23 23
/**
24 24
 * @author n.hoffmann
25 25
 * @created 08.04.2009
26 26
 * @version 1.0
27 27
 */
28
public class MoveTaxonOperationTest extends AbstractTaxeditorOperationTest {
28
public class MoveTaxonOperationTest extends AbstractTaxeditorOperationTestBase {
29 29

  
30 30
	private static Taxon oldParentTaxon;
31 31
	private static Taxon newParentTaxon;

Also available in: Unified diff