[21430] trunk/base/src/pextlib1.0/tests/curl.tcl

source_changes at macosforge.org source_changes at macosforge.org
Wed Jan 24 09:43:12 PST 2007


Revision: 21430
          http://trac.macosforge.org/projects/macports/changeset/21430
Author:   eridius at macports.org
Date:     2007-01-24 09:43:11 -0800 (Wed, 24 Jan 2007)

Log Message:
-----------
Fix the tests/curl.tcl test for Pextlib - the download used for testing the -u switch is no longer available, so switch to the newest dated version of the same download

Modified Paths:
--------------
    trunk/base/src/pextlib1.0/tests/curl.tcl

Modified: trunk/base/src/pextlib1.0/tests/curl.tcl
===================================================================
--- trunk/base/src/pextlib1.0/tests/curl.tcl	2007-01-24 11:35:09 UTC (rev 21429)
+++ trunk/base/src/pextlib1.0/tests/curl.tcl	2007-01-24 17:43:11 UTC (rev 21430)
@@ -42,9 +42,9 @@
 	}
 	
 	# use -u
-	curl fetch -u "I accept www.opensource.org/licenses/cpl:." http://www.research.att.com/~gsf/download/tgz/ast-ksh.2005-02-02.tgz $tempfile
-	if {[md5 file $tempfile] != "fecce7e67b55fe986c7c2163346e0977"} {
-		puts {[md5 file $tempfile] != "fecce7e67b55fe986c7c2163346e0977"}
+	curl fetch -u "I accept www.opensource.org/licenses/cpl:." http://www.research.att.com/~gsf/download/tgz/ast-ksh.2007-01-11.tgz $tempfile
+	if {[md5 file $tempfile] != "a24a0b8d8dc81600d624e3c0f2159e38"} {
+		puts {[md5 file $tempfile] != "a24a0b8d8dc81600d624e3c0f2159e38"}
 		exit 1
 	}
 	

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.macosforge.org/pipermail/macports-changes/attachments/20070124/de4c0cb9/attachment.html


More information about the macports-changes mailing list