aboutsummaryrefslogtreecommitdiff
path: root/tests/data/Makefile.am
diff options
context:
space:
mode:
authorDaniel Stenberg <daniel@haxx.se>2005-04-18 19:41:04 +0000
committerDaniel Stenberg <daniel@haxx.se>2005-04-18 19:41:04 +0000
commit63d109f7be8ddd027c86355dd09d02189b731a46 (patch)
tree42ee3aeb062c4a2de48fa534b6e2ff19aeea902a /tests/data/Makefile.am
parentc904b6b5bf6c6e980480e63cd066dc2ae2aace23 (diff)
Olivier reported that even though he used CURLOPT_PORT, libcurl clearly still
used the default port. He was right. I fixed the problem and added the test cases 521, 522 and 523 to verify the fix.
Diffstat (limited to 'tests/data/Makefile.am')
-rw-r--r--tests/data/Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am
index a1e455efa..0826e2894 100644
--- a/tests/data/Makefile.am
+++ b/tests/data/Makefile.am
@@ -34,7 +34,7 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \
test199 test225 test226 test227 test230 test231 test232 test228 \
test229 test233 test234 test235 test236 test520 test237 test238 \
test239 test243 test245 test246 test247 test248 test249 test250 \
- test251 test252 test253 test254 test255
+ test251 test252 test253 test254 test255 test521 test522 test523
# The following tests have been removed from the dist since they no longer
# work. We need to fix the test suite's FTPS server first, then bring them