summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian Holovaty <adrian@holovaty.com>2005-11-09 20:41:18 +0000
committerAdrian Holovaty <adrian@holovaty.com>2005-11-09 20:41:18 +0000
commit2a149e29b862a153263169c991584784d01e6e2f (patch)
treec01357b80c739751c73556485a11b7efde5e748b
parentba87f474dc1883aff039c5fbd659bd70e749ee71 (diff)
downloaddjango-2a149e29b862a153263169c991584784d01e6e2f.tar.gz
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
-rw-r--r--tests/othertests/dateformat.py4
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/othertests/dateformat.py b/tests/othertests/dateformat.py
index c4cfd943aa..3350a1f8ab 100644
--- a/tests/othertests/dateformat.py
+++ b/tests/othertests/dateformat.py
@@ -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')