Merge branch 'master' of https://github.com/getpelican/pelican into davidmarble-page-order-by

This commit is contained in:
Mark Lee 2014-05-27 11:15:34 -07:00
commit e86f4d6250
3 changed files with 11 additions and 0 deletions

View file

@ -114,6 +114,7 @@ class TestArticlesGenerator(unittest.TestCase):
['This is an article with category !', 'published', 'yeah',
'article'],
['This is an article with multiple authors!', 'published', 'Default', 'article'],
['This is an article with multiple authors!', 'published', 'Default', 'article'],
['This is an article without category !', 'published', 'Default',
'article'],
['This is an article without category !', 'published',