Changeset 8082
- Timestamp:
- 07/25/08 22:31:22 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
django/trunk/tests/regressiontests/test_client_regress/models.py
r7814 r8082 310 310 self.fail("Staff should be able to visit this page") 311 311 312 # We need two different tests to check URLconf subs itution - one to check312 # We need two different tests to check URLconf substitution - one to check 313 313 # it was changed, and another one (without self.urls) to check it was reverted on 314 314 # teardown. This pair of tests relies upon the alphabetical ordering of test execution.
