Project

General

Profile

« Previous | Next » 

Revision 5d6c432e

Added by Katja Luther about 6 years ago

minor

View differences:

eu.etaxonomy.taxeditor.navigation/src/test/java/eu/etaxonomy/taxeditor/navigation/navigator/operation/MoveTaxonOperationTest.java
60 60
		//TODO ??
61 61
		IConversationEnabled conversationEnabled = null;
62 62
		taxonNodeUuidSet.add(taxonNode.getUuid());
63
		operation = new MoveTaxonOperationT("Move Taxon To Different Parent",
64
				undoContext, taxonNodeUuidSet, newParentTaxonNode, postOperation,
65
				conversationEnabled, MovingType.CHILD);
63
		operation = new RemotingMoveTaxonOperation(null, true, taxonNodeUuidSet, newParentTaxonNode.getUuid(),  MovingType.CHILD);
66 64
	}
67 65

  
68 66
	/**

Also available in: Unified diff