Commit aec21c86 authored by Priscila Manhaes's avatar Priscila Manhaes

refactor for new 'updatemetadata' method

parent a1fce5b9
...@@ -54,9 +54,7 @@ class TestServer(TestCase): ...@@ -54,9 +54,7 @@ class TestServer(TestCase):
def UpdateMetadataScenarioList(self): def UpdateMetadataScenarioList(self):
return [ return [
(join('data', 'test.pdf'), "pdf", dict(producer='Cloudooo'), (join('data', 'test.pdf'), "pdf", dict(producer='Cloudooo')),
dict(title='Free Cloud Alliance Presentation', producer='Cloudooo')
),
] ]
def testSetMetadata(self): def testSetMetadata(self):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment