[Checkins] SVN: zc.buildout/branches/python-3-2/src/zc/buildout/download.txt made a test's output match the str representation of an HTTPError in both Python 2 and 3

Thomas Lotze tl at gocept.com
Fri Apr 8 05:00:05 EDT 2011


Log message for revision 121346:
  made a test's output match the str representation of an HTTPError in both Python 2 and 3

Changed:
  U   zc.buildout/branches/python-3-2/src/zc/buildout/download.txt

-=-
Modified: zc.buildout/branches/python-3-2/src/zc/buildout/download.txt
===================================================================
--- zc.buildout/branches/python-3-2/src/zc/buildout/download.txt	2011-04-08 08:59:09 UTC (rev 121345)
+++ zc.buildout/branches/python-3-2/src/zc/buildout/download.txt	2011-04-08 09:00:05 UTC (rev 121346)
@@ -257,7 +257,7 @@
 
 >>> print(raises('UserError', download, server_url+'bar.txt'))
 Error downloading extends for URL http://localhost/bar.txt:
-HTTP Error 404: Not Found
+...404...Not Found...
 
 >>> ls(cache)
 



More information about the checkins mailing list