Project

General

Profile

« Previous | Next » 

Revision 892efc69

Added by Andreas Kohlbecker almost 14 years ago

merging /branches/cdmlib/SPRINT-Chichorieae1/ to trunk

View differences:

cdmlib-model/src/test/java/eu/etaxonomy/cdm/test/function/TestModel.java
49 49
		
50 50
		logger.info("Create reference objects...");
51 51
		ReferenceBase sec = refFactory.newJournal();
52
		sec.setTitleCache("TestJournal");
52
		sec.setTitleCache("TestJournal", true);
53 53
		
54 54
		logger.info("Create taxon objects...");
55 55
		Taxon childTaxon = Taxon.NewInstance(tn, sec);
......
72 72
		logger.info("Create new Author agent...");
73 73
		Person team= Person.NewInstance();
74 74
		team.addPropertyChangeListener(listener);
75
		team.setTitleCache("AuthorAgent1");
75
		team.setTitleCache("AuthorAgent1", true);
76 76
		tn.setCombinationAuthorTeam(team);
77 77
	}
78 78
	

Also available in: Unified diff