From 2a149e29b862a153263169c991584784d01e6e2f Mon Sep 17 00:00:00 2001 From: Adrian Holovaty Date: Wed, 9 Nov 2005 20:41:18 +0000 Subject: [PATCH] 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 --- tests/othertests/dateformat.py | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/tests/othertests/dateformat.py b/tests/othertests/dateformat.py index c4cfd943aa3..3350a1f8ab3 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')