Fix failing test
authorPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 5 Apr 2016 08:19:05 +0000 (10:19 +0200)
committerPatrick Plitzner <p.plitzner@bgbm.org>
Tue, 5 Apr 2016 08:19:05 +0000 (10:19 +0200)
cdmlib-model/src/test/java/eu/etaxonomy/cdm/strategy/cache/description/TaxonDescriptionDefaultCacheStrategyTest.java

index c5f68555b27b0b4363b5e62fc464de88a06449d6..89567fc19eb92f8b90fbeb9038517ce292543b7b 100644 (file)
@@ -52,7 +52,7 @@ public class TaxonDescriptionDefaultCacheStrategyTest {
                taxonDescription.setImageGallery(true);
                Assert.assertEquals("Wrong title cache for description", "Image gallery for Genus species", taxonDescription.getTitleCache());
                taxonDescription = TaxonDescription.NewInstance();
-               Assert.assertEquals("Wrong title cache for description", "Taxon description", taxonDescription.getTitleCache());
+               Assert.assertEquals("Wrong title cache for description", "Factual data", taxonDescription.getTitleCache());
                taxonDescription.setImageGallery(true);
                Assert.assertEquals("Wrong title cache for description", "Image gallery", taxonDescription.getTitleCache());