Project

General

Profile

« Previous | Next » 

Revision bb1997d0

Added by Cherian Mathew almost 9 years ago

#5054 Integrate remoting session in Term Editor

This commit also fixes a loading bug in the CdmServiceCacher, adds a test for creating term vocabulary and adapts to the change in the save call (#5056)

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/lazyloading/AbstractLazyInitializerTest.java
143 143
            BotanicalName name = BotanicalName.NewInstance(null, "Test1", null, null, null, null, null, null, null);
144 144
            name.setCombinationAuthorship(combAuthor);
145 145
            Taxon tax1 = Taxon.NewInstance(name, null);
146
            UUID taxonUuid1 = taxonService.save(tax1);
146
            UUID taxonUuid1 = taxonService.save(tax1).getUuid();
147 147

  
148 148
            Taxon taxon = (Taxon)taxonService.find(taxonUuid1);
149 149

  

Also available in: Unified diff