Update the test sample config to set FEED_ALL_RSS instead of FEED_RSS (fixes the custom generation tests)

This commit is contained in:
jawher 2012-10-30 21:09:10 +01:00 committed by Bruno Binet
commit 578f9ea21e

View file

@ -12,7 +12,7 @@ LOCALE = "C"
DEFAULT_PAGINATION = 4
DEFAULT_DATE = (2012, 03, 02, 14, 01, 01)
FEED_RSS = 'feeds/all.rss.xml'
FEED_ALL_RSS = 'feeds/all.rss.xml'
CATEGORY_FEED_RSS = 'feeds/%s.rss.xml'
LINKS = (('Biologeek', 'http://biologeek.org'),