Rename object acl test

This commit is contained in:
Stephon Striplin 2011-09-22 13:07:02 -07:00
parent dc732021d6
commit 377e968120

View file

@ -514,7 +514,7 @@ def test_bucket_create_contentlength_none():
@nose.with_setup(teardown=_clear_custom_headers)
@attr('fails_on_rgw')
def test_acl_create_contentlength_none():
def test_object_acl_create_contentlength_none():
bucket = get_new_bucket()
key = bucket.new_key('foo')
key.set_contents_from_string('blah')