This commit is contained in:
Matt Claypotch 2011-02-14 22:45:02 -08:00
Родитель c4259b20c0
Коммит 5bf877b415
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -831,7 +831,8 @@ class TestFeeds(test_utils.TestCase):
class TestMobileCollections(TestMobile):
# for now we want collections disabled.
def test_collections(self):
r = self.client.get(reverse('collections.list'))
eq_(r.status_code, 200)
self.assertTemplateUsed(r, 'bandwagon/mobile/collection_listing.html')
self.assertTemplateUsed(r, 'bandwagon/collection_listing.html')