From 66fc5498d2a50dd7f32cd21487252de1dd834dda Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 18 Apr 2007 06:30:28 +0000 Subject: Added test cases 296, 297 and 298 to test --ftp-method handling --- tests/data/Makefile.am | 3 ++- tests/data/test296 | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test297 | 46 ++++++++++++++++++++++++++++++++++++++++++++++ tests/data/test298 | 45 +++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 141 insertions(+), 1 deletion(-) create mode 100644 tests/data/test296 create mode 100644 tests/data/test297 create mode 100644 tests/data/test298 (limited to 'tests') diff --git a/tests/data/Makefile.am b/tests/data/Makefile.am index 70731e325..c877d5782 100644 --- a/tests/data/Makefile.am +++ b/tests/data/Makefile.am @@ -39,4 +39,5 @@ EXTRA_DIST = test1 test108 test117 test127 test20 test27 test34 test46 \ test534 test535 test281 test537 test282 test283 test284 test538 test285 \ test286 test307 test308 test287 test400 test288 test600 test601 test602 \ test603 test401 test402 test290 test291 test292 test293 test403 test404 \ - test405 test604 test605 test606 test607 test608 test609 test294 test295 + test405 test604 test605 test606 test607 test608 test609 test294 test295 \ + test296 test297 test298 diff --git a/tests/data/test296 b/tests/data/test296 new file mode 100644 index 000000000..2008c8bfd --- /dev/null +++ b/tests/data/test296 @@ -0,0 +1,48 @@ + + + +FTP +PASV +CWD +--ftp-method +multicwd + + +# +# Server-side + + +bla bla bla + + + +# Client-side + + +ftp + + +FTP CWD with --ftp-method multicwd + + +--ftp-method multicwd ftp://%HOSTIP:%FTPPORT/first/second/third/296 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD first +CWD second +CWD third +EPSV +TYPE I +SIZE 296 +RETR 296 +QUIT + + + diff --git a/tests/data/test297 b/tests/data/test297 new file mode 100644 index 000000000..36573f8b9 --- /dev/null +++ b/tests/data/test297 @@ -0,0 +1,46 @@ + + + +FTP +PASV +CWD +--ftp-method +singlecwd + + +# +# Server-side + + +bla bla bla + + + +# Client-side + + +ftp + + +FTP CWD with --ftp-method singlecwd + + +--ftp-method singlecwd ftp://%HOSTIP:%FTPPORT/first/second/third/297 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +CWD first/second/third +EPSV +TYPE I +SIZE 297 +RETR 297 +QUIT + + + diff --git a/tests/data/test298 b/tests/data/test298 new file mode 100644 index 000000000..80913e84b --- /dev/null +++ b/tests/data/test298 @@ -0,0 +1,45 @@ + + + +FTP +PASV +CWD +--ftp-method +nocwd + + +# +# Server-side + + +bla bla bla + + + +# Client-side + + +ftp + + +FTP CWD with --ftp-method nocwd + + +--ftp-method nocwd ftp://%HOSTIP:%FTPPORT/first/second/third/298 + + + +# Verify data after the test has been "shot" + + +USER anonymous +PASS ftp@example.com +PWD +EPSV +TYPE I +SIZE first/second/third/298 +RETR first/second/third/298 +QUIT + + + -- cgit v1.2.3