mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Enhanced the test data to demonstrate issue#950
Presence of the "faviconMimeType" attribute in a book entry in library.xml file is enough for libkiwix to assume that the book contains an illustration (even if the "favicon" attribute is missing).
This commit is contained in:
@ -32,6 +32,7 @@
|
||||
articleCount="284"
|
||||
mediaCount="2"
|
||||
size="123"
|
||||
faviconMimeType="image/png;favicon_attribute_is_absent"
|
||||
></book>
|
||||
<book
|
||||
id="charlesray"
|
||||
@ -48,5 +49,6 @@
|
||||
articleCount="284"
|
||||
mediaCount="2"
|
||||
size="556"
|
||||
favicon="faviconMimeType_attribute_is_absent"
|
||||
></book>
|
||||
</library>
|
||||
|
Reference in New Issue
Block a user