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

Add testcase for #460

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent d3d36a9d
......@@ -774,6 +774,13 @@ class EditTSTest(EditTest):
return self.create_ts()
class EditTSMonoTest(EditTest):
has_plurals = False
def create_subproject(self):
return self.create_ts_mono()
class ZenViewTest(ViewTestCase):
def test_zen(self):
response = self.client.get(
......
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