Author: mtredinnick
Date: 2007-03-02 02:59:21 -0600 (Fri, 02 Mar 2007)
New Revision: 4664
Modified:
django/trunk/docs/testing.txt
Log:
Fixed typo.
Modified: django/trunk/docs/testing.txt
===================================================================
--- django/trunk/docs/testing.txt 2007-03-02 08:36:54 UTC (rev 4663)
+++ django/trunk/docs/testing.txt 2007-03-02 08:59:21 UTC (rev 4664)
@@ -393,7 +393,7 @@
def setUp(self):
# test definitions as before
-At the start of each test vase, before ``setUp()`` is run, Django will
+At the start of each test case, before ``setUp()`` is run, Django will
flush the database, returning the database the state it was in directly
after ``syncdb`` was called. Then, all the named fixtures are installed.
In this example, any JSON fixture called ``mammals``, and any fixture
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---