From: Dan Fandrich Date: Wed, 22 Feb 2006 23:55:28 +0000 (+0000) Subject: Fixed test case 57 (KNOWN_BUG #18) X-Git-Tag: curl-7_15_2~11 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d29147565c000c01a5ac20b12993c8fd726b1fa2;p=thirdparty%2Fcurl.git Fixed test case 57 (KNOWN_BUG #18) --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index ebaaca11cd..a8050dde1d 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -72,9 +72,6 @@ may have been fixed since this was written! 19. FTP 3rd party transfers with the multi interface doesn't work. Test: define CURL_MULTIEASY, rebuild curl, run test case 230 - 232. -18. test case 57 has that should be but when corrected, the - test case fails! - 16. FTP URLs passed to curl may contain NUL (0x00) in the RFC 1738 , , and components, encoded as "%00". The problem is that curl_unescape does not detect this, but instead returns a shortened C diff --git a/tests/data/test57 b/tests/data/test57 index f657ef0f77..5c63d8c54c 100644 --- a/tests/data/test57 +++ b/tests/data/test57 @@ -7,7 +7,7 @@ HTTP GET # Server-side - + HTTP/1.1 200 OK swsclose Funny-head: yesyes Content-Type: text/html; charset=ISO-8859-4 @@ -24,15 +24,15 @@ http HTTP content-type with spaces in --w '%{content_type}\n' %HOSTIP:%HTTPPORT/57 -o log/out57 +-w '%{content_type}\n' http://%HOSTIP:%HTTPPORT/57 -o log/out57 - + # Verify data after the test has been "shot" - + text/html; charset=ISO-8859-4 - + ^User-Agent:.*