Commit 85650a44 authored by Michal Čihař's avatar Michal Čihař

Merge branch 'master' into api

parents 9d565b61 5aa84851
......@@ -398,7 +398,7 @@ class ExportTest(ViewTestCase):
response, 'Orangutan has %d banana'
)
def test_export_xliff(self):
def test_export_xliff12(self):
response = self.export_format('xliff12')
self.assertContains(
response, 'Orangutan has %d banana'
......
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