Author: mtredinnick
Date: 2006-06-08 10:15:27 -0500 (Thu, 08 Jun 2006)
New Revision: 3116

Modified:
   django/trunk/tests/modeltests/empty/models.py
Log:
Tests to avoid regressions for ticket #2108. See also r3115.


Modified: django/trunk/tests/modeltests/empty/models.py
===================================================================
--- django/trunk/tests/modeltests/empty/models.py       2006-06-08 15:14:06 UTC 
(rev 3115)
+++ django/trunk/tests/modeltests/empty/models.py       2006-06-08 15:15:27 UTC 
(rev 3116)
@@ -13,5 +13,9 @@
 API_TESTS = """
 >>> m = Empty()
 >>> m.save()
+>>> m2 = Empty()
+>>> m2.save()
+>>> len(Empty.objects.all())
+2
 
 """


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to