Project

General

Profile

« Previous | Next » 

Revision 9d0815af

Added by Andreas Müller almost 2 years ago

ref #9908 additional changes for Credit.timePeriod

View differences:

cdmlib-remote/src/test/java/eu/etaxonomy/cdm/remote/dto/assembler/lsid/AssemblerTest.java
194 194
        bookSection.setReferenceAbstract("referenceAbstract");
195 195
        bookSection.setUri(new URI("http://persitent.books.foo/myBookSection"));
196 196
        bookSection.setUuid(UUID.randomUUID());
197
        bookSection.addCredit(Credit.NewInstance(authorship, "Credits to the authorship"));
197
        bookSection.addCredit(Credit.NewInstance(authorship, null, "Credits to the authorship"));
198 198
        bookSection.addSource(IdentifiableSource.NewDataImportInstance("http://persitent.IdentifiableSources.foo/2"));
199 199
    }
200 200

  

Also available in: Unified diff