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')
|
>>> format(my_birthday, 'S')
|
||||||
'th'
|
'th'
|
||||||
>>> format(my_birthday, 't')
|
>>> format(my_birthday, 't')
|
||||||
Traceback (most recent call last):
|
'31'
|
||||||
...
|
|
||||||
NotImplementedError
|
|
||||||
>>> format(my_birthday, 'T')
|
>>> format(my_birthday, 'T')
|
||||||
'CET'
|
'CET'
|
||||||
>>> format(my_birthday, 'U')
|
>>> format(my_birthday, 'U')
|
||||||
|
|
Loading…
Reference in New Issue