Merge "Remove an unused variable from tests.py"

This commit is contained in:
Jenkins 2016-07-07 19:06:20 +00:00 committed by Gerrit Code Review
commit 813b293e0f
1 changed files with 0 additions and 2 deletions

View File

@ -1606,7 +1606,6 @@ class TestFile(Base):
j = size_limit / (i * 2)
size = 0
metadata = {}
while len(metadata.keys()) < i:
key = Utils.create_ascii_name()
@ -1616,7 +1615,6 @@ class TestFile(Base):
key = key[:j]
val = val[:j]
size += len(key) + len(val)
metadata[key] = val
file_item = self.env.container.file(Utils.create_name())