Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1171)

Unified Diff: third_party/boto/tests/integration/s3/test_connection.py

Issue 698893003: Update checked in version of gsutil to version 4.6 (Closed) Base URL: http://dart.googlecode.com/svn/third_party/gsutil/
Patch Set: Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/boto/tests/integration/s3/test_connection.py
===================================================================
--- third_party/boto/tests/integration/s3/test_connection.py (revision 33376)
+++ third_party/boto/tests/integration/s3/test_connection.py (working copy)
@@ -15,7 +15,7 @@
# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
# OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABIL-
# ITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT
-# SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
+# SHALL THE AUTHOR BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
# WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS
# IN THE SOFTWARE.
@@ -196,7 +196,7 @@
# now try to inject a response header
data = k.get_contents_as_string(response_headers={'response-content-type' : 'foo/bar'})
assert k.content_type == 'foo/bar'
-
+
# now delete all keys in bucket
for k in bucket:
if k.name == 'reduced_redundancy':
@@ -224,6 +224,7 @@
# give bucket anon user access and anon read again
auth_bucket.set_acl('public-read')
+ time.sleep(5)
try:
iter(anon_bucket.list()).next()
self.fail("not expecting contents")
« no previous file with comments | « third_party/boto/tests/integration/s3/test_bucket.py ('k') | third_party/boto/tests/integration/s3/test_key.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698