popcorn: test test_session with pop_tests
[nit.git] / lib / popcorn / tests / res / test_example_session.res
diff --git a/lib/popcorn/tests/res/test_example_session.res b/lib/popcorn/tests/res/test_example_session.res
deleted file mode 100644 (file)
index 4ca758e..0000000
+++ /dev/null
@@ -1,41 +0,0 @@
-
-[Client] curl -s localhost:*****/
-               <p>Is logged: false</p>
-               <form action="/" method="POST">
-                       <input type="submit" value="Login" />
-               </form>
-[Client] curl -s localhost:*****/ -X POST
-
-[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:*****/user/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:*****/products/not_found
-               <!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