Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due to a dependency on the old dateformat test.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@11695 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
Russell Keith-Magee 2009-11-01 04:53:51 +00:00
parent acfa9332de
commit e18af06eed
2 changed files with 38 additions and 43 deletions

View file

@ -24,10 +24,11 @@ except NameError:
__test__ = {
'timesince': timesince,
'datastructures': datastructures,
'dateformat': dateformat,
'itercompat': itercompat,
}
from dateformat import *
class TestUtilsHtml(TestCase):
def check_output(self, function, value, output=None):