Merge branch 'develop' of wp5.e-taxonomy.eu:/var/git/taxeditor into remoting-4.0
[taxeditor.git] / eu.etaxonomy.taxeditor.test / src / test / java / eu / etaxonomy / taxeditor / lazyloading / AbstractLazyInitializerTest.java
index 35abb014ad50b7dc7f9db9d1707ab032c7026975..81afe0628ade3155b8b63fb1482ab383c6af9b31 100644 (file)
@@ -141,7 +141,7 @@ public class AbstractLazyInitializerTest extends BaseRemotingTest {
             Team combAuthor = Team.NewInstance();
             combAuthor.addTeamMember(Person.NewTitledInstance("test member"));
             BotanicalName name = BotanicalName.NewInstance(null, "Test1", null, null, null, null, null, null, null);
-            name.setCombinationAuthorTeam(combAuthor);
+            name.setCombinationAuthorship(combAuthor);
             Taxon tax1 = Taxon.NewInstance(name, null);
             UUID taxonUuid1 = taxonService.save(tax1);