Commit b269ad19 authored by Michal Čihař's avatar Michal Čihař

Test MO import on PO translation (broken now)

parent 3f1b0eb1
......@@ -172,6 +172,17 @@ class ImportMoTest(ImportTest):
test_file = TEST_MO
class ImportMoPoTest(ImportTest):
'''
Testing of mo file imports.
'''
test_file = TEST_MO
def create_subproject(self):
# Needs to create PO file to have language pack option
return self.create_po()
class ExportTest(ViewTestCase):
'''
Testing of file export.
......
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