Author: ubernostrum
Date: 2010-03-10 02:40:45 -0600 (Wed, 10 Mar 2010)
New Revision: 12747
Modified:
django/trunk/tests/regressiontests/admin_views/tests.py
Log:
Clean up a stray debugging print from [12746].
Modified: django/trunk/tests/regressiontests/admin_views/tests.py
===================================================================
--- django/trunk/tests/regressiontests/admin_views/tests.py 2010-03-10
08:37:17 UTC (rev 12746)
+++ django/trunk/tests/regressiontests/admin_views/tests.py 2010-03-10
08:40:45 UTC (rev 12747)
@@ -260,7 +260,6 @@
# Post model).
response = self.client.get("/test_admin/admin/admin_views/post/")
self.failUnless('icon-unknown.gif' in response.content)
- print "Passed"
class SaveAsTests(TestCase):
fixtures = ['admin-views-users.xml','admin-views-person.xml']
--
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.