mirror of
https://github.com/kiwix/libkiwix.git
synced 2026-05-02 20:15:49 -04:00
Two entries in test library.xml used to point to the same file path. Note that though the third entry pointed to a different file name it is a symbolic link to the same file. Now all three entries point to pseudo-different files (having the same content behind them). This change is needed so that tests don't break when detection of conflicting book names is made stricter.
55 lines
2.1 KiB
XML
55 lines
2.1 KiB
XML
<library version="1.0">
|
||
<book
|
||
id="raycharles"
|
||
path="./zimfile_raycharles.zim"
|
||
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile_raycharles.zim"
|
||
title="Ray Charles"
|
||
description="Wikipedia articles about Ray Charles"
|
||
language="eng"
|
||
creator="Wikipedia"
|
||
publisher="Kiwix"
|
||
date="2020-03-31"
|
||
name="wikipedia_en_ray_charles"
|
||
tags="public_tag_without_a_value;_private_tag_without_a_value;wikipedia;_category:wikipedia;_pictures:no;_videos:no;_details:no;_ftindex:yes"
|
||
articleCount="284"
|
||
mediaCount="2"
|
||
size="556"
|
||
faviconMimeType="image/png"
|
||
favicon="SOME DATA"
|
||
></book>
|
||
<book
|
||
id="raycharles_uncategorized"
|
||
path="./zimfile_raycharles_uncategorized.zim"
|
||
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile_raycharles_uncategorized.zim"
|
||
title="Ray (uncategorized) Charles"
|
||
description="No category is assigned to this library entry."
|
||
language="rus,eng"
|
||
creator="Wikipedia"
|
||
publisher="Kiwix"
|
||
date="2020-03-31"
|
||
name="wikipedia_ru_ray_charles"
|
||
tags="public_tag_with_a_value:value_of_a_public_tag;_private_tag_with_a_value:value_of_a_private_tag;wikipedia;_pictures:no;_videos:no;_details:no"
|
||
articleCount="284"
|
||
mediaCount="2"
|
||
size="123"
|
||
faviconMimeType="image/png;favicon_attribute_is_absent"
|
||
></book>
|
||
<book
|
||
id="charlesray"
|
||
path="./zimfile&other.zim"
|
||
url="https://github.com/kiwix/libkiwix/raw/master/test/data/zimfile%26other.zim"
|
||
title="Charles, Ray"
|
||
description="Wikipedia articles about Ray Charles"
|
||
language="fra"
|
||
creator="Wikipedia"
|
||
publisher="Kiwix"
|
||
date="2020-03-31"
|
||
name="wikipedia_fr_ray_charles"
|
||
tags="unittest;wikipedia;_category:jazz;_pictures:no;_videos:no;_details:no;_ftindex:yes"
|
||
articleCount="284"
|
||
mediaCount="2"
|
||
size="556"
|
||
favicon="faviconMimeType_attribute_is_absent"
|
||
></book>
|
||
</library>
|