Commit 7d86cb2e authored by Jérome Perrin's avatar Jérome Perrin

path must also be encoded


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@22602 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 94f699a1
......@@ -219,6 +219,7 @@ class TestOOoImport(ERP5TypeTestCase):
region[2])
# strings are encoded in UTF8
self.assertTrue(isinstance(region[1]['title'], str))
self.assertTrue(isinstance(region[1]['path'], str))
def test_CategoryTool_importCategoryFile(self):
# tests simple use of CategoryTool_importCategoryFile script
......
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