[25041] branches/dp2mp-move/base/src/pextlib1.0/tests/curl.tcl

source_changes at macosforge.org source_changes at macosforge.org
Sat May 12 16:22:49 PDT 2007


Revision: 25041
          http://trac.macosforge.org/projects/macports/changeset/25041
Author:   jmpp at macports.org
Date:     2007-05-12 16:22:48 -0700 (Sat, 12 May 2007)

Log Message:
-----------

Don't know if the files Paul tries to fetch for this test from his old OpenDarwin user space ever existed at all,
but truth of the matter is that this test will fail anyhow since that site is no longer online,
so lets more their fetching to his new svn space... even if symbolically.

Modified Paths:
--------------
    branches/dp2mp-move/base/src/pextlib1.0/tests/curl.tcl

Modified: branches/dp2mp-move/base/src/pextlib1.0/tests/curl.tcl
===================================================================
--- branches/dp2mp-move/base/src/pextlib1.0/tests/curl.tcl	2007-05-12 23:21:40 UTC (rev 25040)
+++ branches/dp2mp-move/base/src/pextlib1.0/tests/curl.tcl	2007-05-12 23:22:48 UTC (rev 25041)
@@ -8,7 +8,7 @@
 	set tempfile /tmp/macports-pextlib-testcurl
 
 	# download a dummy file over HTTP.
-	curl fetch http://www.opendarwin.org/~pguyot/kilroy $tempfile
+	curl fetch http://svn.macports.org/repository/macports/users/pguyot/kilroy $tempfile
 	
 	# check the md5 sum of the file.
 	if {[md5 file $tempfile] != "a1b1cca7ffaa377e7dcdaaf2f619d8ae"} {
@@ -17,20 +17,20 @@
 	}
 
 	# check we indeed get a 404 a dummy file over HTTP.
-	if {![catch {curl fetch http://www.opendarwin.org/~pguyot/curl-test-404 $tempfile}]} {
-		puts {![catch {curl fetch http://www.opendarwin.org/~pguyot/curl-test-404 $tempfile}]}
+	if {![catch {curl fetch http://svn.macports.org/repository/macports/users/pguyot/curl-test-404 $tempfile}]} {
+		puts {![catch {curl fetch http://svn.macports.org/repository/macports/users/pguyot/curl-test-404 $tempfile}]}
 		exit 1
 	}
 	
 	# check the modification date of the dummy file.
 	# 20050801->1122822000
-	if {![curl isnewer http://www.opendarwin.org/~pguyot/kilroy 1122822000]} {
-		puts {![curl isnewer http://www.opendarwin.org/~pguyot/kilroy 1122822000]}
+	if {![curl isnewer http://svn.macports.org/repository/macports/users/pguyot/kilroy 1122822000]} {
+		puts {![curl isnewer http://svn.macports.org/repository/macports/users/pguyot/kilroy 1122822000]}
 		exit 1
 	}
 	# 20050811->1123686000
-	if {[curl isnewer http://www.opendarwin.org/~pguyot/kilroy 1123686000]} {
-		puts {[curl isnewer http://www.opendarwin.org/~pguyot/kilroy 1123686000]}
+	if {[curl isnewer http://svn.macports.org/repository/macports/users/pguyot/kilroy 1123686000]} {
+		puts {[curl isnewer http://svn.macports.org/repository/macports/users/pguyot/kilroy 1123686000]}
 		exit 1
 	}
 	

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


More information about the macports-changes mailing list