diff options
| author | Florian Apolloner <florian@apolloner.eu> | 2013-02-26 13:19:18 +0100 |
|---|---|---|
| committer | Florian Apolloner <florian@apolloner.eu> | 2013-02-26 14:36:57 +0100 |
| commit | 33836cf88dd08ebd66d19ad7f732b12f089abd27 (patch) | |
| tree | 6a812006f1f3a1f3dc7e51e4d0417ca8aadc86ef /tests/conditional_processing | |
| parent | 737a5d71f084ac804519c0bac33e2498d712bbb7 (diff) | |
Renamed some tests and removed references to modeltests/regressiontests.
Diffstat (limited to 'tests/conditional_processing')
| -rw-r--r-- | tests/conditional_processing/models.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |
