Author: kmtracey Date: 2009-03-07 22:31:05 -0600 (Sat, 07 Mar 2009) New Revision: 9989
Modified: django/trunk/docs/topics/testing.txt Log: Fixed #10433: Corrected typo in test doc. Thanks Matt Doran. Modified: django/trunk/docs/topics/testing.txt =================================================================== --- django/trunk/docs/topics/testing.txt 2009-03-08 04:12:56 UTC (rev 9988) +++ django/trunk/docs/topics/testing.txt 2009-03-08 04:31:05 UTC (rev 9989) @@ -830,7 +830,7 @@ ``TransactionTestCase`` and ``TestCase`` are identical except for the manner in which the database is reset to a known state and the ability for test code -to test the effects of commit and rollback. A ``TranscationTestCase`` resets +to test the effects of commit and rollback. A ``TransactionTestCase`` resets the database before the test runs by truncating all tables and reloading initial data. A ``TransactionTestCase`` may call commit and rollback and observe the effects of these calls on the database. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/django-updates?hl=en -~----------~----~----~----~------~----~------~--~---
