Revision 78587134
Added by Katja Luther almost 7 years ago
eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/operation/TaxonNameEditorTest.java | ||
---|---|---|
193 | 193 |
Taxon grandChildTaxon = Taxon.NewInstance(null, null); |
194 | 194 |
TaxonNode grandChildTaxonNode = childTaxonNode.addChildTaxon(grandChildTaxon, null, null); |
195 | 195 |
|
196 |
CdmStore.getService(ITaxonNodeService.class).merge(taxonNode,true);
|
|
196 |
CdmStore.getService(ITaxonNodeService.class).merge(grandChildTaxonNode,true);
|
|
197 | 197 |
|
198 | 198 |
Assert.assertEquals(taxonNode.getChildNodes().get(0).getId(), childTaxonNode.getId()); |
199 | 199 |
|
Also available in: Unified diff
fix test