diff options
author | Daniel Stenberg <daniel@haxx.se> | 2001-05-23 15:00:48 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2001-05-23 15:00:48 +0000 |
commit | 58c3bdc1a4617aa16fc0f5e2be0655b3ff1e8809 (patch) | |
tree | c4be81e435b3875b7c4cd88a06be2d7c2021cc6a /tests/data/test2 | |
parent | 72dec6cfecf9db0b589da7e3b4fc101938298bb1 (diff) | |
download | curl-58c3bdc1a4617aa16fc0f5e2be0655b3ff1e8809.tar.gz |
new test case file format
Diffstat (limited to 'tests/data/test2')
-rw-r--r-- | tests/data/test2 | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/tests/data/test2 b/tests/data/test2 new file mode 100644 index 000000000..d8c72d074 --- /dev/null +++ b/tests/data/test2 @@ -0,0 +1,42 @@ +# +# Server-side +<reply> +<data> +HTTP/1.1 200 OK +Date: Thu, 09 Nov 2010 14:49:00 GMT +Server: test-server/fake +Content-Type: text/html +Funny-head: yesyes + +</data> +</reply> + +# +# Client-side +<client> + <name> +HTTP GET with user and password + </name> + <command> + -u fake:user http://%HOSTIP:%HOSTPORT/2 +</command> +</test> + +# +# Verify data after the test has been "shot" +<verify> +<strip> +^User-Agent:.* +</strip> +<protocol> +GET /2 HTTP/1.1
+Authorization: Basic ZmFrZTp1c2Vy
+Host: 127.0.0.1:8999
+Pragma: no-cache
+Accept: image/gif, image/x-xbitmap, image/jpeg, image/pjpeg, */*
+
+</protocol> +<data> +[insert full protocol verifiction dump here] +</data> +</verify> |