Ticket #26173: 26173-test.diff
File 26173-test.diff, 528 bytes (added by , 9 years ago) |
---|
-
tests/i18n/tests.py
diff --git a/tests/i18n/tests.py b/tests/i18n/tests.py index 9bbbf10..1e07378 100644
a b class FormattingTests(SimpleTestCase): 1117 1117 form6.as_ul() 1118 1118 ) 1119 1119 1120 def test_localized_input_func(self): 1121 with self.settings(USE_THOUSAND_SEPARATOR=True): 1122 self.assertEqual(localize_input(True), 'True') 1123 1120 1124 def test_sanitize_separators(self): 1121 1125 """ 1122 1126 Tests django.utils.formats.sanitize_separators.