mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Localized "No such book" 404 message for /random
However the title and the heading of the 404 page are not localized yet.
This commit is contained in:
committed by
Matthieu Gautier
parent
b2526c7a98
commit
cb5ae01fd8
@ -571,6 +571,14 @@ TEST_F(ServerTest, 404WithBodyTesting)
|
||||
</p>
|
||||
)" },
|
||||
|
||||
{ /* url */ "/ROOT/random?content=non-existent-book&userlang=hy",
|
||||
expected_body==R"(
|
||||
<h1>Not Found</h1>
|
||||
<p>
|
||||
Գիրքը բացակայում է՝ non-existent-book
|
||||
</p>
|
||||
)" },
|
||||
|
||||
{ /* url */ "/ROOT/suggest?content=no-such-book&term=whatever",
|
||||
expected_body==R"(
|
||||
<h1>Not Found</h1>
|
||||
|
Reference in New Issue
Block a user