summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHonza Král <honza.kral@gmail.com>2009-07-05 13:26:11 +0000
committerHonza Král <honza.kral@gmail.com>2009-07-05 13:26:11 +0000
commit69b4f2ea2e8207b8c87cb184bf4c8b481cb623f3 (patch)
tree612c57c1b0757f3434f2fb8213d55fa2de9c4235
parent3bab02af8b884dd66a35e395998b7116d7eb8202 (diff)
[soc2009/model-validation] renamed fields_unit to just fields
git-svn-id: http://code.djangoproject.com/svn/django/branches/soc2009/model-validation@11183 bcc190cf-cafb-0310-a4f2-bffc1f526a37
-rw-r--r--tests/regressiontests/forms/fields.py (renamed from tests/regressiontests/forms/fields_unit.py)0
-rw-r--r--tests/regressiontests/forms/tests.py2
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/regressiontests/forms/fields_unit.py b/tests/regressiontests/forms/fields.py
index 9a28cc1495..9a28cc1495 100644
--- a/tests/regressiontests/forms/fields_unit.py
+++ b/tests/regressiontests/forms/fields.py
diff --git a/tests/regressiontests/forms/tests.py b/tests/regressiontests/forms/tests.py
index 5147700703..c6881daff4 100644
--- a/tests/regressiontests/forms/tests.py
+++ b/tests/regressiontests/forms/tests.py
@@ -31,7 +31,7 @@ from widgets import tests as widgets_tests
from formsets import tests as formset_tests
from media import media_tests
-from fields_unit import TestFields
+from fields import TestFields
__test__ = {
'extra_tests': extra_tests,