Django

Code

Changeset 8082

Show
Ignore:
Timestamp:
07/25/08 22:31:22 (6 months ago)
Author:
gwilson
Message:

Corrected typo.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/tests/regressiontests/test_client_regress/models.py

    r7814 r8082  
    310310            self.fail("Staff should be able to visit this page") 
    311311 
    312 # We need two different tests to check URLconf subsitution -  one to check 
     312# We need two different tests to check URLconf substitution -  one to check 
    313313# it was changed, and another one (without self.urls) to check it was reverted on 
    314314# teardown. This pair of tests relies upon the alphabetical ordering of test execution.