popcorn: test test_popcorn with pop_tests
[nit.git] / lib / popcorn / tests / res / test_router.res
diff --git a/lib/popcorn/tests/res/test_router.res b/lib/popcorn/tests/res/test_router.res
deleted file mode 100644 (file)
index 37be3a6..0000000
+++ /dev/null
@@ -1,50 +0,0 @@
-
-[Client] curl -s localhost:*****
-/
-[Client] curl -s localhost:*****/
-/
-[Client] curl -s localhost:*****/user
-/user
-[Client] curl -s localhost:*****/user/
-/user
-[Client] curl -s localhost:*****/user/settings
-/user/settings
-[Client] curl -s localhost:*****/products
-/products
-[Client] curl -s localhost:*****/products/
-/products
-[Client] curl -s localhost:*****/products/list
-/products/list
-[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