Ticket #10433: doc-typo.diff
File doc-typo.diff, 722 bytes (added by , 16 years ago) |
---|
-
docs/topics/testing.txt
830 830 831 831 ``TransactionTestCase`` and ``TestCase`` are identical except for the manner 832 832 in which the database is reset to a known state and the ability for test code 833 to test the effects of commit and rollback. A ``Trans cationTestCase`` resets833 to test the effects of commit and rollback. A ``TransactionTestCase`` resets 834 834 the database before the test runs by truncating all tables and reloading 835 835 initial data. A ``TransactionTestCase`` may call commit and rollback and 836 836 observe the effects of these calls on the database.