diff options
| author | Adrian Holovaty <adrian@holovaty.com> | 2005-11-09 20:41:18 +0000 |
|---|---|---|
| committer | Adrian Holovaty <adrian@holovaty.com> | 2005-11-09 20:41:18 +0000 |
| commit | 2a149e29b862a153263169c991584784d01e6e2f (patch) | |
| tree | c01357b80c739751c73556485a11b7efde5e748b /tests/othertests/dateformat.py | |
| parent | ba87f474dc1883aff039c5fbd659bd70e749ee71 (diff) | |
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
Diffstat (limited to 'tests/othertests/dateformat.py')
| -rw-r--r-- | tests/othertests/dateformat.py | 4 |
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') |
