Author: Alex
Date: 2010-10-10 22:39:02 -0500 (Sun, 10 Oct 2010)
New Revision: 14136

Modified:
   django/trunk/django/contrib/sitemaps/tests/basic.py
Log:
Fixed #14279 -- Corrected a typo in the sitemaps tests (didn't affect the 
passage of the test).  Thanks to jamesodo for the report and patch.

Modified: django/trunk/django/contrib/sitemaps/tests/basic.py
===================================================================
--- django/trunk/django/contrib/sitemaps/tests/basic.py 2010-10-10 22:41:51 UTC 
(rev 14135)
+++ django/trunk/django/contrib/sitemaps/tests/basic.py 2010-10-11 03:39:02 UTC 
(rev 14136)
@@ -68,7 +68,7 @@
         public.sites.add(settings.SITE_ID)
         private = FlatPage.objects.create(
             url=u'/private/',
-            title=u'Public Page',
+            title=u'Private Page',
             enable_comments=True,
             registration_required=True
         )

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

Reply via email to