From e109de3b7e7e0d7ea8f600c21811eef867a3ffd3 Mon Sep 17 00:00:00 2001 From: Russell Keith-Magee Date: Sun, 1 Nov 2009 04:54:56 +0000 Subject: [1.1.X] Fixed #12123 -- Updated the utils.dateformat test to be a unittest too, due to a dependency on the old dateformat test. Backport of r11695 from trunk. git-svn-id: http://code.djangoproject.com/svn/django/branches/releases/1.1.X@11696 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/regressiontests/utils/tests.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tests/regressiontests/utils/tests.py') diff --git a/tests/regressiontests/utils/tests.py b/tests/regressiontests/utils/tests.py index c34dc96f88..a7a6e4c3a1 100644 --- a/tests/regressiontests/utils/tests.py +++ b/tests/regressiontests/utils/tests.py @@ -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): -- cgit v1.3