Commit 71237ad0 authored by Nicolas Delaby's avatar Nicolas Delaby

must be part of r42059

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk/utils@42060 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent faf13e14
......@@ -39,7 +39,7 @@ from lxml import etree
from zipfile import ZipFile
class TestOOHandler(cloudoooTestCase):
class TestOOHandler(CloudoooTestCase):
"""Test OOHandler and manipulation of OOo Instance"""
_file_path_list = []
......@@ -67,7 +67,7 @@ class TestOOHandler(cloudoooTestCase):
file_path = self._file_path_list.pop()
if os.path.exists(file_path):
os.remove(file_path)
cloudoooTestCase.tearDown(self)
CloudoooTestCase.tearDown(self)
def testConvertOdtToDoc(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