Removed a datetime test in tests/defaultfilters -- it was failing because it's hard to test datetime-related stuff

git-svn-id: http://code.djangoproject.com/svn/django/trunk@2389 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Adrian Holovaty 2006-02-25 17:09:54 +00:00
parent c2b60ce136
commit f8915c0676
1 changed files with 0 additions and 4 deletions

View File

@ -237,10 +237,6 @@ False
>>> timesince(datetime.datetime.now() - datetime.timedelta(1))
'1 day'
# datetime.date compataibility with timesince
>>> timesince(datetime.date.today() - datetime.timedelta(1))
'1 day, 23 hours'
>>> default("val", "default")
'val'