Corrected typo.
git-svn-id: http://code.djangoproject.com/svn/django/trunk@8082 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
4ec2b8904b
commit
b149e3d9e7
|
@ -309,7 +309,7 @@ class ExceptionTests(TestCase):
|
||||||
except SuspiciousOperation:
|
except SuspiciousOperation:
|
||||||
self.fail("Staff should be able to visit this page")
|
self.fail("Staff should be able to visit this page")
|
||||||
|
|
||||||
# We need two different tests to check URLconf subsitution - one to check
|
# We need two different tests to check URLconf substitution - one to check
|
||||||
# it was changed, and another one (without self.urls) to check it was reverted on
|
# it was changed, and another one (without self.urls) to check it was reverted on
|
||||||
# teardown. This pair of tests relies upon the alphabetical ordering of test execution.
|
# teardown. This pair of tests relies upon the alphabetical ordering of test execution.
|
||||||
class UrlconfSubstitutionTests(TestCase):
|
class UrlconfSubstitutionTests(TestCase):
|
||||||
|
|
Loading…
Reference in New Issue