Skip to content

Commit

Permalink
rgw: change container name limit (256 -> 255)
Browse files Browse the repository at this point in the history
  • Loading branch information
Yehuda Sadeh committed Nov 14, 2011
1 parent 7c07c89 commit 50a6275
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/tests.py
Expand Up @@ -361,7 +361,7 @@ class TestContainer(Base):
set_up = False

def testContainerNameLimit(self):
limit = 256
limit = 255

for l in (limit-100, limit-10, limit-1, limit,
limit+1, limit+10, limit+100):
Expand Down

0 comments on commit 50a6275

Please sign in to comment.