mirror of
https://github.com/kiwix/libkiwix.git
synced 2025-06-26 10:11:30 +00:00
Enter UrlNotFoundMsg iomanipulator-like class
This commit is contained in:
committed by
Matthieu Gautier
parent
df98c58d07
commit
668063205c
@ -549,9 +549,6 @@ TEST_F(ServerTest, 404WithBodyTesting)
|
||||
<p>
|
||||
The requested URL "/ROOT/catalog/" was not found on this server.
|
||||
</p>
|
||||
<p>
|
||||
//EOLWHITESPACEMARKER
|
||||
</p>
|
||||
)" },
|
||||
|
||||
{ /* url */ "/ROOT/catalog/invalid_endpoint",
|
||||
@ -560,9 +557,6 @@ TEST_F(ServerTest, 404WithBodyTesting)
|
||||
<p>
|
||||
The requested URL "/ROOT/catalog/invalid_endpoint" was not found on this server.
|
||||
</p>
|
||||
<p>
|
||||
//EOLWHITESPACEMARKER
|
||||
</p>
|
||||
)" },
|
||||
|
||||
{ /* url */ "/ROOT/invalid-book/whatever",
|
||||
|
Reference in New Issue
Block a user