libkiwix/test
Veloman Yunkan 111aab0c23 Illustration URL uses the book UUID
If the server is initialized with a library.xml file, then the id
specified in the XML file is used (rather than the UUID recorded in the
ZIM file).

Note that in test/data/library.xml the book ids are fake and
different from the real ZIM IDs; that file was created for testing
of the /catalog endpoint which doesn't access ZIM content, so the
the same ZIM file zimfile.zim was added to library.xml three times as
three different books (with unique human-friendly ids). This explains
the diff in test/library_server.cpp.
2022-08-03 16:13:21 +02:00
..
data Testing of static front-end resource customization 2022-06-22 17:11:08 +04:00
book.cpp Deprecate methods on Book. 2022-01-12 18:07:46 +01:00
counterParsing.cpp Adapt kiwix-lib to the new libzim api. 2020-12-02 12:16:48 +01:00
httplib.h Fix warning in httplib. 2021-11-16 09:39:56 +01:00
kiwixserve.cpp Fix tests. 2020-01-20 17:00:18 +01:00
library.cpp Handling of <dc:issued> in OPDS import 2022-02-23 14:20:49 +01:00
library_server.cpp Illustration URL uses the book UUID 2022-08-03 16:13:21 +02:00
lrucache.cpp uint is not defined on Windows 2022-06-10 11:21:35 +02:00
manager.cpp Manager::reload() 2021-11-30 18:20:27 +04:00
meson.build Testing of static front-end resource customization 2022-06-22 17:11:08 +04:00
name_mapper.cpp Dropped Library::getBookBy*() non-const functions 2021-11-30 18:20:27 +04:00
opds_catalog.cpp OpdsCatalog::getSearchUrl() 2021-06-30 18:27:00 +02:00
pathTools.cpp Do not include posix header on Windows 2022-01-19 16:15:59 +01:00
regex.cpp Move all public *Tools.h in src. 2021-07-07 14:43:13 +02:00
server.cpp Illustration URL uses the book UUID 2022-08-03 16:13:21 +02:00
server_helper.cpp Introduce a pagination object to render search result. 2022-05-23 19:12:17 +02:00
server_search.cpp Explicit std 2022-07-02 16:33:32 +02:00
server_testing_tools.h Remove libzim's wrapper. 2022-07-02 16:33:32 +02:00
stringTools.cpp New unit-test stringTools.ICULanguageInfo 2022-07-07 16:13:49 +04:00
tagParsing.cpp Fix tests. 2020-01-20 17:00:18 +01:00