Project

General

Profile

« Previous | Next » 

Revision 44000ac1

Added by Katja Luther about 3 years ago

ref #9340: workflow for changing synonym to acc and acc to synonym

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/operation/TaxonNavigatorTest.java
76 76
        operation =  new RemotingChangeAcceptedTaxonToSynonymOperation(sessionOwner,
77 77
                false,
78 78
                oldTaxonNode.getUuid(),
79
                newAcceptedTaxonNode.getUuid(), true);
79
                newAcceptedTaxonNode.getUuid(), null, null, true);
80 80
        operation.execute(monitor, info);
81 81
        newAcceptedTaxonNode = taxonNodeService.load(newAcceptedTaxonNodeUuid);
82 82
        oldTaxonNode = taxonNodeService.load(oldTaxonNodeNodeUuid);

Also available in: Unified diff