Project

General

Profile

« Previous | Next » 

Revision 6dc32b87

Added by Andreas Müller over 9 years ago

rename Reference.authorTeam -> authorship #4432

View differences:

cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/dto/assembler/lsid/AssemblerTest.java
178 178
        bookSection.setReferenceAbstract("referenceAbstract");
179 179
        bookSection.setUri(new URI("http://persitent.books.foo/myBookSection"));
180 180
        bookSection.setUuid(UUID.randomUUID());
181
        bookSection.addCredit(Credit.NewInstance(authorship, "Credits to the authorTeam"));
181
        bookSection.addCredit(Credit.NewInstance(authorship, "Credits to the authorship"));
182 182
        bookSection.addSource(IdentifiableSource.NewDataImportInstance("http://persitent.IdentifiableSources.foo/2"));
183 183
    }
184 184

  

Also available in: Unified diff