mirror of
https://github.com/django/django.git
synced 2025-11-25 05:04:26 +00:00
Updated a few localization formats to stop the changes done in r17473 from breaking the tests.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@17486 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
8ae02fde2b
commit
c1acda6d8f
21 changed files with 43 additions and 44 deletions
|
|
@ -104,7 +104,7 @@ class DateFormatTests(unittest.TestCase):
|
|||
|
||||
self.assertEqual(dateformat.format(my_birthday, r'Y z \C\E\T'), u'1979 189 CET')
|
||||
|
||||
self.assertEqual(dateformat.format(my_birthday, r'jS o\f F'), u'8th of July')
|
||||
self.assertEqual(dateformat.format(my_birthday, r'jS \o\f F'), u'8th of July')
|
||||
|
||||
def test_futuredates(self):
|
||||
the_future = datetime(2100, 10, 25, 0, 00)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue