From 36a22f9074994fce13215d2116472757dc35dc45 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Fri, 10 Jun 2011 12:03:29 +0200 Subject: 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. --- tests/data/Makefile.am | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/data/Makefile.am') 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 -- cgit v1.2.3