lib/popcorn: move examples tests to nice and tidy tests/ directories.
[nit.git] / lib / popcorn / examples / middlewares / test_example_html_error_handler.sav / test_example_html_error_handler.res
diff --git a/lib/popcorn/examples/middlewares/test_example_html_error_handler.sav/test_example_html_error_handler.res b/lib/popcorn/examples/middlewares/test_example_html_error_handler.sav/test_example_html_error_handler.res
deleted file mode 100644 (file)
index 3015280..0000000
+++ /dev/null
@@ -1,23 +0,0 @@
-
-[Client] curl -s localhost:*****/
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>An error occurred!</title>
-               </head>
-               <body>
-               <h1>404 An error occurred!</h1>
-               </body>
-               </html>
-[Client] curl -s localhost:*****/about
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>An error occurred!</title>
-               </head>
-               <body>
-               <h1>404 An error occurred!</h1>
-               </body>
-               </html>
\ No newline at end of file