@ -182,8 +190,7 @@ class DataCommandTestCase(CommandTestCase):
classURLContentTestCase(DataCommandTestCase):
"""Mocks access to online files by using files in data directory.
"""
"""Mocks access to online files by using files in data directory."""
defsetUp(self):
super(URLContentTestCase,self).setUp()
@ -209,6 +216,8 @@ class URLContentTestCase(DataCommandTestCase):
content.url_exists=self._original_url_exist
# Actual tests
classTestAlone(CommandTestCase):
@ -1146,5 +1155,23 @@ class TestCache(DataCommandTestCase):
self.assertEqual(line1,out[4])
classTestConfigChange(DataCommandTestCase):
deftest_n_authors_default(self):
line_al='[Page99] Page, Lawrence et al. "The PageRank Citation Ranking: Bringing Order to the Web." (1999) \n'
line_full='[Page99] Page, Lawrence and Brin, Sergey and Motwani, Rajeev and Winograd, Terry "The PageRank Citation Ranking: Bringing Order to the Web." (1999) \n'