lib/popcorn: move examples tests to nice and tidy tests/ directories.
[nit.git] / lib / popcorn / examples / handlers / test_example_query_string.sav / test_example_query_string.res
diff --git a/lib/popcorn/examples/handlers/test_example_query_string.sav/test_example_query_string.res b/lib/popcorn/examples/handlers/test_example_query_string.sav/test_example_query_string.res
deleted file mode 100644 (file)
index 699b0db..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-
-[Client] curl -s localhost:*****/
-URI: /
-Query string: 
-
-[Client] curl -s localhost:*****/?user=Morriar
-URI: /
-Query string: user=Morriar
-user: Morriar
-
-[Client] curl -s localhost:*****/?reload
-URI: /
-Query string: reload
-
-[Client] curl -s localhost:*****/?foo\&bar=baz
-URI: /
-Query string: foo&bar=baz
-bar: baz
-
-[Client] curl -s localhost:*****/?items=10\&order=asc
-URI: /
-Query string: items=10&order=asc
-items: 10
-order: asc