Commit 217751d1 authored by Michal Čihař's avatar Michal Čihař

Add test for editing monolingual Xliff file

Issue #816
Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 1ce7bac0
...@@ -769,6 +769,13 @@ class EditXliffTest(EditTest): ...@@ -769,6 +769,13 @@ class EditXliffTest(EditTest):
return self.create_xliff() return self.create_xliff()
class EditXliffMonoTest(EditTest):
has_plurals = False
def create_subproject(self):
return self.create_xliff_mono()
class EditLinkTest(EditTest): class EditLinkTest(EditTest):
def create_subproject(self): def create_subproject(self):
return self.create_link() return self.create_link()
......
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