summaryrefslogtreecommitdiff
path: root/tests/regressiontests/dateformat/tests.py
diff options
context:
space:
mode:
authorJeremy Dunck <jdunck@gmail.com>2007-03-06 14:21:30 +0000
committerJeremy Dunck <jdunck@gmail.com>2007-03-06 14:21:30 +0000
commit5514d8731955466dad0cdaf395ddd4da1c101274 (patch)
tree7a51066204f4bacb3bfb30a74d089d3309959177 /tests/regressiontests/dateformat/tests.py
parentd60c44319459ea6aeb7d2c77d2efd8b4b4683296 (diff)
gis: Merged revisions 4564-4668 via svnmerge from
http://code.djangoproject.com/svn/django/trunk git-svn-id: http://code.djangoproject.com/svn/django/branches/gis@4669 bcc190cf-cafb-0310-a4f2-bffc1f526a37
Diffstat (limited to 'tests/regressiontests/dateformat/tests.py')
-rw-r--r--tests/regressiontests/dateformat/tests.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/regressiontests/dateformat/tests.py b/tests/regressiontests/dateformat/tests.py
index 6e28759a92..f9f84145c5 100644
--- a/tests/regressiontests/dateformat/tests.py
+++ b/tests/regressiontests/dateformat/tests.py
@@ -17,6 +17,8 @@ r"""
'07'
>>> format(my_birthday, 'M')
'Jul'
+>>> format(my_birthday, 'b')
+'jul'
>>> format(my_birthday, 'n')
'7'
>>> format(my_birthday, 'N')