mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Languages OPDS feed includes book counts
This commit is contained in:
committed by
Matthieu Gautier
parent
45adda44b3
commit
ab3095745e
@ -1035,6 +1035,7 @@ TEST_F(LibraryServerTest, catalog_v2_languages)
|
||||
<entry>
|
||||
<title>English</title>
|
||||
<dc:language>eng</dc:language>
|
||||
<thr:count>1</thr:count>
|
||||
<link rel="subsection"
|
||||
href="/catalog/v2/entries?lang=eng"
|
||||
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
|
||||
@ -1044,6 +1045,7 @@ TEST_F(LibraryServerTest, catalog_v2_languages)
|
||||
<entry>
|
||||
<title>français</title>
|
||||
<dc:language>fra</dc:language>
|
||||
<thr:count>1</thr:count>
|
||||
<link rel="subsection"
|
||||
href="/catalog/v2/entries?lang=fra"
|
||||
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
|
||||
@ -1053,6 +1055,7 @@ TEST_F(LibraryServerTest, catalog_v2_languages)
|
||||
<entry>
|
||||
<title>русский</title>
|
||||
<dc:language>rus</dc:language>
|
||||
<thr:count>1</thr:count>
|
||||
<link rel="subsection"
|
||||
href="/catalog/v2/entries?lang=rus"
|
||||
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
|
||||
|
Reference in New Issue
Block a user