Got rid of <content> node in languages OPDS entry

This commit is contained in:
Veloman Yunkan
2021-07-08 16:34:02 +04:00
committed by Matthieu Gautier
parent 96cf7e78a5
commit 45adda44b3
3 changed files with 0 additions and 15 deletions

View File

@ -1040,7 +1040,6 @@ TEST_F(LibraryServerTest, catalog_v2_languages)
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
<updated>YYYY-MM-DDThh:mm:ssZ</updated>
<id>12345678-90ab-cdef-1234-567890abcdef</id>
<content type="text">All entries in English.</content>
</entry>
<entry>
<title>français</title>
@ -1050,7 +1049,6 @@ TEST_F(LibraryServerTest, catalog_v2_languages)
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
<updated>YYYY-MM-DDThh:mm:ssZ</updated>
<id>12345678-90ab-cdef-1234-567890abcdef</id>
<content type="text">All entries in French.</content>
</entry>
<entry>
<title>русский</title>
@ -1060,7 +1058,6 @@ TEST_F(LibraryServerTest, catalog_v2_languages)
type="application/atom+xml;profile=opds-catalog;kind=acquisition"/>
<updated>YYYY-MM-DDThh:mm:ssZ</updated>
<id>12345678-90ab-cdef-1234-567890abcdef</id>
<content type="text">All entries in Russian.</content>
</entry>
</feed>
)";