From 302bb4a4b3414712dae988208572cb86af08e9e4 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Thu, 29 Nov 2001 20:15:41 +0000 Subject: test126 renamed to test190 as it has to be last among the FTP tests because of some problems in the test server :-/ --- tests/data/Makefile.am | 21 ++++++++++----------- tests/data/test126 | 30 ------------------------------ tests/data/test190 | 30 ++++++++++++++++++++++++++++++ 3 files changed, 40 insertions(+), 41 deletions(-) delete mode 100644 tests/data/test126 create mode 100644 tests/data/test190 (limited to 'tests/data') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index dc27aacd9..ac53fe589 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -5,14 +5,13 @@ test: [ -f test1 ] || ln -s $(srcdir)/test* . EXTRA_DIST = \ -test1 test106 test113 test120 test15 test201 test3 test44 \ -test10 test107 test114 test121 test16 test202 test300 test5 \ -test100 test108 test115 test122 test17 test21 test301 test6 \ -test101 test109 test116 test123 test18 test22 test302 test7 \ -test102 test11 test117 test124 test19 test23 test33 test8 \ -test103 test110 test118 test125 test2 test24 test4 test9 \ -test104 test111 test119 test13 test20 test25 test400 test47 \ -test105 test112 test12 test14 test200 test26 test43 test46 \ -test34 test36 test37 test27 test28 test29 test303 test126 test400 \ -test401 test30 test127 - +test1 test108 test117 test127 test2 test26 test33 test45\ +test10 test109 test118 test127~ test20 test27 test34 test46\ +test100 test11 test119 test13 test200 test28 test36 test47\ +test101 test110 test12 test14 test201 test29 test37 test5\ +test102 test111 test120 test15 test202 test3 test4 test6\ +test103 test112 test121 test16 test21 test30 test400 test7\ +test104 test113 test122 test17 test22 test300 test401 test8\ +test105 test114 test123 test18 test23 test301 test402 test9\ +test106 test115 test124 test19 test24 test302 test43\ +test107 test116 test125 test190 test25 test303 test44 diff --git a/tests/data/test126 b/tests/data/test126 deleted file mode 100644 index 8b83521f8..000000000 --- a/tests/data/test126 +++ /dev/null @@ -1,30 +0,0 @@ -# Server-side - -moooooooo - - -# Client-side - - -FTP download with strict timeout and slow CWD - - -ftp://%HOSTIP:%FTPPORT/path/to/file/126 -m 3 - - -DELAY CWD 15 - - - -# Verify data after the test has been "shot" - - -28 - - -USER anonymous -PASS curl_by_daniel@haxx.se -PWD -CWD path/to/file - - diff --git a/tests/data/test190 b/tests/data/test190 new file mode 100644 index 000000000..8b83521f8 --- /dev/null +++ b/tests/data/test190 @@ -0,0 +1,30 @@ +# Server-side + +moooooooo + + +# Client-side + + +FTP download with strict timeout and slow CWD + + +ftp://%HOSTIP:%FTPPORT/path/to/file/126 -m 3 + + +DELAY CWD 15 + + + +# Verify data after the test has been "shot" + + +28 + + +USER anonymous +PASS curl_by_daniel@haxx.se +PWD +CWD path/to/file + + -- cgit v1.2.3