Skip to content

Commit

Permalink
Fixed #14833 -- Skip the sitemaps localization test if i18n isn't ena…
Browse files Browse the repository at this point in the history
…bled. Thanks to Julien Phalip for the report and patch.

git-svn-id: http://code.djangoproject.com/svn/django/trunk@14826 bcc190cf-cafb-0310-a4f2-bffc1f526a37
  • Loading branch information
freakboy3742 committed Dec 5, 2010
1 parent 50e3b9d commit 23a1924
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions django/contrib/sitemaps/tests/basic.py
Expand Up @@ -34,6 +34,7 @@ def test_simple_sitemap(self):
</urlset>
""" % date.today().strftime('%Y-%m-%d'))

@skipUnless(settings.USE_I18N, "Internationalization is not enabled")
def test_localized_priority(self):
"The priority value should not be localized (Refs #14164)"
# Localization should be active
Expand Down

0 comments on commit 23a1924

Please sign in to comment.