]> granicus.if.org Git - curl/commitdiff
Fix test case 534 which started to fail 2007-04-13 due to the existance
authorYang Tse <yangsita@gmail.com>
Fri, 13 Apr 2007 11:35:19 +0000 (11:35 +0000)
committerYang Tse <yangsita@gmail.com>
Fri, 13 Apr 2007 11:35:19 +0000 (11:35 +0000)
of a new host on the net with the same silly domain the test was using
for a host which was supposed not to exist.

CHANGES
RELEASE-NOTES
tests/data/test534

diff --git a/CHANGES b/CHANGES
index e82301db98663cd38f4094df9baea60ee3f1e74f..0b26967a2a11d28a054c45bffa672000605752e2 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -6,6 +6,11 @@
 
                                   Changelog
 
+Yang Tse (13 April 2007)
+- Fix test case 534 which started to fail 2007-04-13 due to the existance
+  of a new host on the net with the same silly domain the test was using
+  for a host which was supposed not to exist.
+
 Daniel S (12 April 2007)
 - Song Ma found a memory leak in the if2ip code if you pass in an interface
   name longer than the name field of the ifreq struct (typically 6 bytes), as
index c65f2a0fc9a8a9cf193f7295d79dd5ff645e1b4f..8ff6a1d873f744e53376a97fdc51603ae8fce87f 100644 (file)
@@ -17,6 +17,10 @@ This release includes the following bugfixes:
 
  o if2up too long interface name memory leak
 
+ o test case 534 started to fail 2007-04-13 due to the existance of a
+   new host on the net with the same silly domain the test was using
+   for a host which was supposed not to exist.
+
 This release includes the following known bugs:
 
  o see docs/KNOWN_BUGS (http://curl.haxx.se/docs/knownbugs.html)
index 06875f50fc10abe1a91ef1b93ca55086e5c4d037..7f52b69c49d9b3a89636de2307b51157e9af3102 100644 (file)
@@ -29,7 +29,7 @@ lib533
 FTP RETR twice using multi: non-existing host and non-existing file
  </name>
  <command>
-ftp://non-existing-host.com/path/534 ftp://%HOSTIP:%FTPPORT/path/534
+ftp://non-existing-host.haxx.se/path/534 ftp://%HOSTIP:%FTPPORT/path/534
 </command>
 </client>