lib/popcorn: move examples tests to nice and tidy tests/ directories.
[nit.git] / lib / popcorn / examples / hello_world / test_example_hello.sav / test_example_hello.res
diff --git a/lib/popcorn/examples/hello_world/test_example_hello.sav/test_example_hello.res b/lib/popcorn/examples/hello_world/test_example_hello.sav/test_example_hello.res
deleted file mode 100644 (file)
index f5b3c10..0000000
+++ /dev/null
@@ -1,29 +0,0 @@
-
-[Client] curl -s localhost:*****
-<h1>Hello World!</h1>
-[Client] curl -s localhost:*****/
-<h1>Hello World!</h1>
-[Client] curl -s localhost:*****///////////
-<h1>Hello World!</h1>
-[Client] curl -s localhost:*****/not_found
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>Not Found</title>
-               </head>
-               <body>
-               <h1>404 Not Found</h1>
-               </body>
-               </html>
-[Client] curl -s localhost:*****/not_found/not_found
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>Not Found</title>
-               </head>
-               <body>
-               <h1>404 Not Found</h1>
-               </body>
-               </html>