Commit e513981b authored by Priscila Manhaes's avatar Priscila Manhaes

revert part of r45441 because it should not be commited cause code is not implemented yet

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@45442 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4e2aca0d
......@@ -52,12 +52,7 @@ class TestHandler(HandlerTestCase):
def testsetMetadata(self):
""" Test if metadata are inserted correclty """
metadata_dict = {"title": "Set Metadata Test", "creator": "cloudooo"}
output = self.input.setMetadata(metadata_dict)
handler = Handler(self.tmp_url, output, "ogv", **self.kw)
metadata = Handler.getMetadata()
self.assertEquals(metadata["title"], "Set Metadata Test")
self.assertEquals(metadata["creator"], "cloudooo")
self.assertRaises(NotImplementedError, self.input.setMetadata)
def testConvertAudio(self):
"""Test coversion of audio to another format"""
......
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