]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
change utf8 -> unreadable on header tests
authorStephon Striplin <stephon.striplin@dreamhost.com>
Wed, 27 Jul 2011 18:48:49 +0000 (11:48 -0700)
committerStephon Striplin <stephon.striplin@dreamhost.com>
Wed, 27 Jul 2011 18:49:18 +0000 (11:49 -0700)
s3tests/functional/test_headers.py

index 659059bc2a665f1c11224a85780ca722148b46d0..e9a3a42052b5bba2099f59f9a02763d4884c3df0 100644 (file)
@@ -177,7 +177,7 @@ def test_object_create_bad_expect_none():
 # this is a really long test..
 @nose.with_setup(teardown=_clear_custom_headers)
 @attr('fails_on_dho')
-def test_object_create_bad_expect_utf8():
+def test_object_create_bad_expect_unreadable():
     key = _setup_bad_object({'Expect': '\x07'})
     key.set_contents_from_string('bar')
 
@@ -227,7 +227,7 @@ def test_object_create_bad_contentlength_none():
 
 @nose.with_setup(teardown=_clear_custom_headers)
 @attr('fails_on_dho')
-def test_object_create_bad_contentlength_utf8():
+def test_object_create_bad_contentlength_unreadable():
     key = _setup_bad_object({'Content-Length': '\x07'})
 
     e = assert_raises(boto.exception.S3ResponseError, key.set_contents_from_string, 'bar')