Project

General

Profile

« Previous | Next » 

Revision d34abf30

Added by Andreas Müller over 7 years ago

ref #5974 Remove synonym relationships (compiling)

View differences:

eu.etaxonomy.taxeditor.editor/src/test/java/eu/etaxonomy/taxeditor/editor/name/operation/SwapSynonymAndAcceptedOperationTest.java
84 84
//		childTaxon.setTaxonomicParent(taxon, null, null);
85 85

  
86 86
		// Create a homotypic synonym for the accepted taxon
87
		taxon.addHomotypicSynonymName(NonViralName.NewInstance(null), null, null);
87
		taxon.addHomotypicSynonymName(NonViralName.NewInstance(null));
88 88
//		homotypicSynonym = Synonym.NewInstance(NonViralName.NewInstance(null), null);
89 89
//		HomotypicalGroup acceptedHomotypicalGroup = HomotypicalGroup.NewInstance();
90 90
//		acceptedHomotypicalGroup.addTypifiedName(oldTaxon.getName());

Also available in: Unified diff