Project

General

Profile

« Previous | Next » 

Revision 58de83dd

Added by Patrick Plitzner over 10 years ago

  • fixed compile error in test

View differences:

eu.etaxonomy.taxeditor.editor/src/test/java/eu/etaxonomy/taxeditor/editor/name/operation/SwapSynonymAndAcceptedOperationTest.java
107 107
		
108 108
		// Create a concept relation
109 109
		concept = Taxon.NewInstance(NonViralName.NewInstance(null), null);
110
		conceptRelationshipType = new TaxonRelationshipType();
110
		conceptRelationshipType = TaxonRelationshipType.CONGRUENT_TO();
111 111
		concept.addTaxonRelation(taxon, conceptRelationshipType, null, null);	
112 112
		
113 113
		// Create a description

Also available in: Unified diff