[Checkins] SVN: zc.s3uploadqueue/trunk/src/zc/s3uploadqueue/README.txt update test.

satchit@zope.com cvs-admin at zope.org
Fri Jun 15 21:04:42 UTC 2012


Log message for revision 126877:
  update test.
  
  

Changed:
  U   zc.s3uploadqueue/trunk/src/zc/s3uploadqueue/README.txt

-=-
Modified: zc.s3uploadqueue/trunk/src/zc/s3uploadqueue/README.txt
===================================================================
--- zc.s3uploadqueue/trunk/src/zc/s3uploadqueue/README.txt	2012-06-15 21:03:02 UTC (rev 126876)
+++ zc.s3uploadqueue/trunk/src/zc/s3uploadqueue/README.txt	2012-06-15 21:04:39 UTC (rev 126877)
@@ -130,10 +130,10 @@
 The two threads we created setup the necessary connection with S3:
 
     >>> import boto.s3.connection, pprint
-    >>> pprint.pprint(boto.s3.connection.S3Connection.mock_calls)
-    [call('42', 'k3y'),
+    >>> pprint.pprint(boto.s3.connection.S3Connection.mock_calls) #doctest: +ELLIPSIS
+    [call('42', 'k3y', calling_format=<boto.s3.connection.OrdinaryCallingFormat object at ...>),
      call().get_bucket('testbucket'),
-     call('42', 'k3y'),
+     call('42', 'k3y', calling_format=<boto.s3.connection.OrdinaryCallingFormat object at ...>),
      call().get_bucket('testbucket')]
 
 The file that we put in is processed and uploaded to S3:



More information about the checkins mailing list