From 33836cf88dd08ebd66d19ad7f732b12f089abd27 Mon Sep 17 00:00:00 2001 From: Florian Apolloner Date: Tue, 26 Feb 2013 13:19:18 +0100 Subject: Renamed some tests and removed references to modeltests/regressiontests. --- tests/conditional_processing/models.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/conditional_processing') diff --git a/tests/conditional_processing/models.py b/tests/conditional_processing/models.py index b47fdf6fb5..77f1ff54ed 100644 --- a/tests/conditional_processing/models.py +++ b/tests/conditional_processing/models.py @@ -16,7 +16,7 @@ ETAG = 'b4246ffc4f62314ca13147c9d4f76974' EXPIRED_ETAG = '7fae4cd4b0f81e7d2914700043aa8ed6' class ConditionalGet(TestCase): - urls = 'regressiontests.conditional_processing.urls' + urls = 'conditional_processing.urls' def assertFullResponse(self, response, check_last_modified=True, check_etag=True): self.assertEqual(response.status_code, 200) -- cgit v1.3