lib/popcorn: move examples tests to nice and tidy tests/ directories.
[nit.git] / lib / popcorn / examples / handlers / test_example_post_handler.sav / test_example_post_handler.res
diff --git a/lib/popcorn/examples/handlers/test_example_post_handler.sav/test_example_post_handler.res b/lib/popcorn/examples/handlers/test_example_post_handler.sav/test_example_post_handler.res
deleted file mode 100644 (file)
index 72589e2..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-
-[Client] curl -s localhost:*****/ -X POST
-URI: /
-Body: 
-
-[Client] curl -s localhost:*****/ --data 'user'
-POST Error: user format error on user
-URI: /
-Body: user
-
-[Client] curl -s localhost:*****/ --data 'user=Morriar'
-URI: /
-Body: user=Morriar
-user: Morriar
-
-[Client] curl -s localhost:*****/ --data 'user=&order=desc'
-URI: /
-Body: user=&order=desc
-user: 
-order: desc
-
-[Client] curl -s localhost:*****/ --data 'user=Morriar&order=desc'
-URI: /
-Body: user=Morriar&order=desc
-user: Morriar
-order: desc
-
-[Client] curl -s localhost:*****/
-               <!DOCTYPE html>
-               <html>
-               <head>
-                       <meta charset="utf-8">
-                       <title>Not Found</title>
-               </head>
-               <body>
-               <h1>404 Not Found</h1>
-               </body>
-               </html>
\ No newline at end of file