diff options
author | Daniel Stenberg <daniel@haxx.se> | 2011-06-10 12:03:29 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2011-06-10 12:03:29 +0200 |
commit | 36a22f9074994fce13215d2116472757dc35dc45 (patch) | |
tree | 4d9952a846d82391b26fc83d05fe38434b84aea1 /tests/data/test1308 | |
parent | 6e0dd48f97e8a82a301463063afcfa4e67f84a1a (diff) |
unit test formpost: added test case 1308
This is a few first rather basic tests of curl_formadd() and
curl_formget(). Should serve as building blocks to add more variations
to the test.
Diffstat (limited to 'tests/data/test1308')
-rw-r--r-- | tests/data/test1308 | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/tests/data/test1308 b/tests/data/test1308 new file mode 100644 index 000000000..536fa2c0b --- /dev/null +++ b/tests/data/test1308 @@ -0,0 +1,27 @@ +<testcase> +<info> +<keywords> +unittest +curl_formadd +curl_formget +</keywords> +</info> + +# +# Client-side +<client> +<server> +none +</server> +<features> +unittest +</features> + <name> +formpost unit tests + </name> +<tool> +unit1308 +</tool> +</client> + +</testcase> |