ref #9530, ref #6499 add pages for book sections (cont. II)
authorAndreas Müller <a.mueller@bgbm.org>
Fri, 14 May 2021 22:02:47 +0000 (00:02 +0200)
committerAndreas Müller <a.mueller@bgbm.org>
Fri, 14 May 2021 22:02:47 +0000 (00:02 +0200)
cdmlib-model/src/test/java/eu/etaxonomy/cdm/strategy/cache/reference/ReferenceDefaultCacheStrategyTest.java

index 0cef61d0ef7730da938598c3386d0b8163196766..98522464127ec757bf0f407c7720d3126eacc0c0 100644 (file)
@@ -356,7 +356,7 @@ public class ReferenceDefaultCacheStrategyTest {
         bookSection.setInBook(book);
         bookSection.setAuthorship(sectionTeam);
         bookSection.setPages("222-251");
-        Assert.assertEquals("Chaudhary S. A., 73. Hedypnois - 87. Crepis. "+UTF8.EN_DASH+" In: Chaudhary S. A.(ed.), Flora of the Kingdom of Saudi Arabia 2(3). 2000", bookSection.getTitleCache());
+        Assert.assertEquals("Chaudhary S. A., 73. Hedypnois - 87. Crepis, pp. 222-251. "+UTF8.EN_DASH+" In: Chaudhary S. A.(ed.), Flora of the Kingdom of Saudi Arabia 2(3). 2000", bookSection.getTitleCache());
 
     }