Add a testing dummy version of xml search results.

`test/server_xml_search.cpp` is a plain copy of
`test/server_html_search.cpp`
This commit is contained in:
Matthieu Gautier 2022-06-03 11:31:34 +02:00
parent 7cb98f7f4e
commit 9ec8593f8c
2 changed files with 1310 additions and 1 deletions

View File

@ -17,7 +17,8 @@ tests = [
if build_machine.system() != 'windows'
tests += [
'server',
'server_html_search'
'server_html_search',
'server_xml_search'
]
endif

1308
test/server_xml_search.cpp Normal file

File diff suppressed because it is too large Load Diff