Fixed dateformat unit test that was failing -- the test was incorrect.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@1146 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ba87f474dc
commit
2a149e29b8
|
@ -30,9 +30,7 @@
|
|||
>>> format(my_birthday, 'S')
|
||||
'th'
|
||||
>>> format(my_birthday, 't')
|
||||
Traceback (most recent call last):
|
||||
...
|
||||
NotImplementedError
|
||||
'31'
|
||||
>>> format(my_birthday, 'T')
|
||||
'CET'
|
||||
>>> format(my_birthday, 'U')
|
||||
|
|
Loading…
Reference in New Issue