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:
Veloman Yunkan
2022-03-24 19:33:56 +04:00
committed by Matthieu Gautier
parent b2526c7a98
commit cb5ae01fd8
5 changed files with 13 additions and 2 deletions

View File

@ -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>