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 | |
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')
-rw-r--r-- | tests/data/Makefile.am | 4 | ||||
-rw-r--r-- | tests/data/test1308 | 27 |
2 files changed, 29 insertions, 2 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 82de0581c..e01272da8 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -72,8 +72,8 @@ test1102 test1103 test1104 test1105 test1106 test1107 test1108 test1109 \ test1110 test1111 test1112 test1113 test1114 test1115 test1116 test1117 \ test1118 test1119 test1120 test1121 test1122 test1123 test1124 test1125 \ test1126 test1127 test1128 test1200 test1201 test1202 test1203 test1300 \ -test1301 test1302 test1303 test1304 test1305 test1306 test1307 test2000 \ -test2001 test2002 test2003 test2004 +test1301 test1302 test1303 test1304 test1305 test1306 test1307 test1308 \ +test2000 test2001 test2002 test2003 test2004 EXTRA_DIST = $(TESTCASES) DISABLED 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> |