From ae467115bb58e40449380dde8dd6966b068c4277 Mon Sep 17 00:00:00 2001 From: Dan Fandrich Date: Wed, 25 Aug 2010 16:43:26 -0700 Subject: Tweaked some test data files Fixed some issues that caused xmllint failures, added features and keywords, fixed some quotes and removed some sections that unnecessarily limited test checking. --- tests/data/test575 | 88 ++++++++++++++++++++++++++++++++++++++++-------------- 1 file changed, 65 insertions(+), 23 deletions(-) (limited to 'tests/data/test575') diff --git a/tests/data/test575 b/tests/data/test575 index c460467d2..5670e6bc6 100644 --- a/tests/data/test575 +++ b/tests/data/test575 @@ -2,6 +2,7 @@ FTP +RETR multi wildcardmatch ftplistparser @@ -23,7 +24,7 @@ ftp lib575 -FTP wildcard download - dup_handle && multi interface +FTP wildcard download - dup_handle and multi interface ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/* @@ -31,32 +32,73 @@ ftp://%HOSTIP:%FTPPORT/fully_simulated/UNIX/* # Verify data after the test has been "shot" - -^RETR.* -^EPSV.* -^CWD.* -^PWD.* -^TYPE.* - - -s/^USER.*/USER/ -s/^PASS.*/PASS/ -s/^LIST.*/LIST/ -s/^QUIT.*/QUIT/ - 0 -USER -PASS -LIST -LIST -QUIT -USER -PASS -LIST -QUIT +USER anonymous +PASS ftp@example.com +PWD +CWD fully_simulated +CWD UNIX +EPSV +TYPE A +LIST +EPSV +TYPE I +RETR chmod1 +EPSV +RETR chmod2 +EPSV +RETR chmod3 +EPSV +RETR empty_file.dat +EPSV +RETR file.txt +EPSV +RETR someothertext.txt +CWD / +CWD fully_simulated +CWD UNIX +EPSV +TYPE A +LIST +EPSV +TYPE I +RETR chmod1 +EPSV +RETR chmod2 +EPSV +RETR chmod3 +EPSV +RETR empty_file.dat +EPSV +RETR file.txt +EPSV +RETR someothertext.txt +QUIT +USER anonymous +PASS ftp@example.com +PWD +CWD fully_simulated +CWD UNIX +EPSV +TYPE A +LIST +EPSV +TYPE I +RETR chmod1 +EPSV +RETR chmod2 +EPSV +RETR chmod3 +EPSV +RETR empty_file.dat +EPSV +RETR file.txt +EPSV +RETR someothertext.txt +QUIT This file should have permissions 444 -- cgit v1.2.3