Enter UrlNotFoundMsg iomanipulator-like class

This commit is contained in:
Veloman Yunkan
2022-01-22 23:48:01 +04:00
committed by Matthieu Gautier
parent df98c58d07
commit 668063205c
4 changed files with 31 additions and 14 deletions

View File

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