--- a/Allura/allura/tests/functional/test_root.py
+++ b/Allura/allura/tests/functional/test_root.py
@@ -22,7 +22,7 @@
response = self.app.get('/')
assert response.html.find('h1',{'class':'title'}).string == 'All Projects'
projects = response.html.findAll('div',{'class':'border card'})
- assert len(projects) == 7, len(projects)
+ assert len(projects) == 3, len(projects)
assert projects[0].find('a').get('href') == '/adobe/adobe-1/'
assert projects[0].find('img').get('alt') == 'adobe-1 Logo'
cat_links = response.html.find('div',{'id':'sidebar'}).findAll('li')
@@ -101,4 +101,4 @@
def test_redirect_external(self):
r = self.app.get('/redirect/?path=%s' % quote('http://google.com'))
assert r.status_int == 302
- assert r.location == 'http://google.com'+ assert r.location == 'http://google.com'