tests: added globbing keyword to URL globbing tests
[platform/upstream/curl.git] / tests / data / test199
index 875815e..881ee03 100644 (file)
@@ -1,3 +1,11 @@
+<testcase>
+<info>
+<keywords>
+HTTP
+HTTP GET
+globbing
+</keywords>
+</info>
 #
 # Server-side
 <reply name="1">
@@ -13,7 +21,7 @@ Connection: close
 Content-Type: text/html
 Funny-head: yesyes
 
-<foo>
+-foo-
 </data>
 </reply>
 
@@ -27,7 +35,7 @@ http
 HTTP with -d, -G and {}
  </name>
  <command>
--d "foo=moo&moo=poo" http://%HOSTIP:%HTTPPORT/{199,199} -G
+-d "foo=moo&moo=poo" "http://%HOSTIP:%HTTPPORT/{199,199}" -G
 </command>
 </client>
 
@@ -40,13 +48,12 @@ HTTP with -d, -G and {}
 <protocol>
 GET /199?foo=moo&moo=poo HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
-Pragma: no-cache\r
 Accept: */*\r
 \r
 GET /199?foo=moo&moo=poo HTTP/1.1\r
 Host: %HOSTIP:%HTTPPORT\r
-Pragma: no-cache\r
 Accept: */*\r
 \r
 </protocol>
 </verify>
+</testcase>