Commit a2e910b1 by David Baumgold

tests only work when generate.main() is called with strict=False

parent 35f41b7d
...@@ -56,7 +56,7 @@ class TestGenerate(TestCase): ...@@ -56,7 +56,7 @@ class TestGenerate(TestCase):
.mo files should exist, and be recently created (modified .mo files should exist, and be recently created (modified
after start of test suite) after start of test suite)
""" """
generate.main() generate.main(verbosity=0,strict=False)
for locale in CONFIGURATION.translated_locales: for locale in CONFIGURATION.translated_locales:
for filename in ('django', 'djangojs'): for filename in ('django', 'djangojs'):
mofile = filename+'.mo' mofile = filename+'.mo'
......
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