fix test_custom_generation_works functional test

This commit is contained in:
Bruno Binet 2012-07-05 00:10:08 +02:00
commit 3a2df479da

View file

@ -10,6 +10,7 @@ PDF_GENERATOR = False
REVERSE_CATEGORY_ORDER = True
LOCALE = "C"
DEFAULT_PAGINATION = 4
DEFAULT_DATE = (2012, 03, 02, 14, 01, 01)
FEED_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'