force locale to ascii in functional tests

This commit is contained in:
Bruno Binet 2012-05-19 23:44:37 +02:00
commit ef77847762
2 changed files with 5 additions and 1 deletions

View file

@ -8,7 +8,7 @@ GITHUB_URL = 'http://github.com/ametaireau/'
DISQUS_SITENAME = "blog-notmyidea"
PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = ""
LOCALE = "C"
DEFAULT_PAGINATION = 4
FEED_RSS = 'feeds/all.rss.xml'