Removed test for listings on the homepage

Since there are no longer listings on the homepage, we shouldn't test that the listings on the homepage contain anything.
This commit is contained in:
Matt Basta 2012-08-20 13:17:37 -07:00
Родитель 3654be17c7
Коммит 99139caf25
1 изменённых файлов: 1 добавлений и 2 удалений

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

@ -500,8 +500,7 @@ class TestFilterMobileCompat(amo.tests.ESTestCase):
self.mcompat = None
def _generate(self):
views = [reverse('home'),
reverse('browse.apps'),
views = [reverse('browse.apps'),
reverse('search.search') + '?q=',
reverse('search.search') + '?q=Basta',
reverse('search.suggestions') + '?q=Basta&cat=apps']