Commit 728e3166 authored by Priscila Manhaes's avatar Priscila Manhaes

refactor for new 'updatemetadata' method

parent aec21c86
...@@ -54,8 +54,7 @@ class TestServer(TestCase): ...@@ -54,8 +54,7 @@ class TestServer(TestCase):
def UpdateMetadataScenarioList(self): def UpdateMetadataScenarioList(self):
return [ return [
(join('data', 'test.ogv'), "ogv", dict(title='Server Set Metadata '+ (join('data', 'test.ogv'), "ogv", dict(title='Server Set Metadata '+
'Test'), dict(Data='', ENCODER='Lavf52.64.2', title='Server Set Me'+ 'Test')),
'tadata Test')),
] ]
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