This commit is contained in:
GitHub Merge Button 2011-12-14 11:24:04 -08:00
commit a6741feb3c
46 changed files with 378 additions and 380 deletions

View File

@ -208,4 +208,3 @@ class TestRotation(TestCase):
response_titles = [d['title'] for d in response_posts]
response_titles.reverse()
self.assertEquals(response_titles, ['%s' % i for i in range(models.MAX_POSTS - 5, models.MAX_POSTS + 5)])

View File

@ -46,4 +46,3 @@ class TestPygmentsExample(TestCase):
self.assertEquals(locations, response_locations)