mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Unit test for HTTP 500 Internal Server Error
Currently an internal server error can be triggered by accessing an entry belonging to a redirect loop. The ZIM file (test/data/poor.zim) containing such a loop was copied from openzim/zim-tools repository (test/data/zimfiles/poor.zim).
This commit is contained in:
committed by
Matthieu Gautier
parent
2a20e87341
commit
3f41ce8337
@ -29,6 +29,7 @@ if gtest_dep.found() and not meson.is_cross_build()
|
||||
'zimfile.zim',
|
||||
'zimfile&other.zim',
|
||||
'corner_cases.zim',
|
||||
'poor.zim',
|
||||
'library.xml'
|
||||
]
|
||||
foreach file : data_files
|
||||
|
Reference in New Issue
Block a user