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

raimue at macports.org raimue at macports.org
Thu Mar 18 17:29:04 PDT 2010


Revision: 64988
          http://trac.macports.org/changeset/64988
Author:   raimue at macports.org
Date:     2010-03-18 17:29:03 -0700 (Thu, 18 Mar 2010)
Log Message:
-----------
pextlib1.0/tests:
Disable curl test with username/password as this URL does not work anymore

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	2010-03-18 23:54:51 UTC (rev 64987)
+++ trunk/base/src/pextlib1.0/tests/curl.tcl	2010-03-19 00:29:03 UTC (rev 64988)
@@ -28,8 +28,9 @@
 	test {[md5 file $tempfile] == "a4b0f4a5fbd8bec23002ad8023e01729"}
 	
 	# use -u
-	curl fetch -u "I accept www.opensource.org/licenses/cpl:." http://www.research.att.com/~gsf/download/tgz/sfio.2005-02-01.tgz $tempfile
-	test {[md5 file $tempfile] == "48f45c7c77c23ab0ccca48c22b3870de"}
+	# This URL does not work anymore, disabled the test
+	#curl fetch -u "I accept www.opensource.org/licenses/cpl:." http://www.research.att.com/~gsf/download/tgz/sfio.2005-02-01.tgz $tempfile
+	#test {[md5 file $tempfile] == "48f45c7c77c23ab0ccca48c22b3870de"}
 	
 	file delete -force $tempfile
 }
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100318/ce98f2ad/attachment.html>


More information about the macports-changes mailing list