From 63a51477dcdb3280a9188bb1de2c54e881be6bfa Mon Sep 17 00:00:00 2001 From: Boulder Sprinters Date: Mon, 4 Jun 2007 21:14:26 +0000 Subject: [PATCH] boulder-oracle-sprint: Moved the "datatypes" test to regressiontests. git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5424 bcc190cf-cafb-0310-a4f2-bffc1f526a37 --- tests/{modeltests => regressiontests}/datatypes/__init__.py | 0 tests/{modeltests => regressiontests}/datatypes/models.py | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename tests/{modeltests => regressiontests}/datatypes/__init__.py (100%) rename tests/{modeltests => regressiontests}/datatypes/models.py (100%) diff --git a/tests/modeltests/datatypes/__init__.py b/tests/regressiontests/datatypes/__init__.py similarity index 100% rename from tests/modeltests/datatypes/__init__.py rename to tests/regressiontests/datatypes/__init__.py diff --git a/tests/modeltests/datatypes/models.py b/tests/regressiontests/datatypes/models.py similarity index 100% rename from tests/modeltests/datatypes/models.py rename to tests/regressiontests/datatypes/models.py