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:
Adrian Holovaty 2005-11-09 20:41:18 +00:00
parent ba87f474dc
commit 2a149e29b8
1 changed files with 1 additions and 3 deletions

View File

@ -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')