Project

General

Profile

« Previous | Next » 

Revision 2ad71923

Added by Andreas Müller about 3 years ago

ref #9327 adapt vaadin property path(s) to secSource

View differences:

src/test/java/eu/etaxonomy/cdm/vaadin/presenter/NewTaxonBasePresenterTest.java
113 113
        RowId refId21 = new RowId(21);
114 114
        UUID newTaxonUuid = newTaxonBasePresenter.newTaxon("Taxon  h", refId20, UUID.fromString("6595638e-4993-421a-9fe5-76b09d94f36a")).getUuid();
115 115
        List<String> ACC_TAXON_INIT_STRATEGY = Arrays.asList(new String []{
116
                "sec",
116
                "secSource.citation",
117 117
                "synonymRelations"
118 118
        });
119 119
        Taxon taxon = CdmBase.deproxy(CdmSpringContextHelper.getTaxonService().load(newTaxonUuid,ACC_TAXON_INIT_STRATEGY),Taxon.class);

Also available in: Unified diff