]> git-server-git.apps.pok.os.sepia.ceph.com Git - s3-tests.git/commitdiff
test '%' as a valid char for object name
authorYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Sat, 11 Feb 2012 00:53:06 +0000 (16:53 -0800)
committerYehuda Sadeh <yehuda.sadeh@dreamhost.com>
Sat, 11 Feb 2012 00:53:06 +0000 (16:53 -0800)
s3tests/functional/test_s3.py

index 6a75aa5eb2bd1b907060531523c9e426c94248bd..36d8bccf2c8d2d42767a1dd7f97d248de7ca45e7 100644 (file)
@@ -2584,7 +2584,7 @@ def test_bucket_create_naming_good_contains_hyphen():
 @attr(operation='create and list objects with special names')
 @attr(assertion='special names work')
 def test_bucket_create_special_key_names():
-    key_names = [' ', '_', '_ ', '_ _', '__']
+    key_names = [' ', '%', '_', '_ ', '_ _', '__']
     bucket = _create_keys(keys=key_names)
 
     li = bucket.list()