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/model/taxon/TaxonBaseTest.java
56 56
	public void setUp() throws Exception {
57 57
		ReferenceFactory refFactory = ReferenceFactory.newInstance();
58 58
		sec= refFactory.newBook();
59
		sec.setTitleCache("Schoenes saftiges Allg�u");
59
		sec.setTitleCache("Schoenes saftiges Allg�u", true);
60 60
		name1 = ZoologicalName.NewInstance(Rank.SPECIES(),"Panthera",null,"onca",null,null,null,"p.1467", null);
61 61
		HomotypicalGroup homotypicalGroup = HomotypicalGroup.NewInstance();
62 62
		name2 = BotanicalName.NewInstance(Rank.SPECIES(),"Abies",null,"alba",null,null,null,"p.317", homotypicalGroup);

Also available in: Unified diff