allura
Révision | 4e013fc5df9359631cf222e0b78dea2c289e5515 (tree) |
---|---|
l'heure | 2010-07-02 02:53:40 |
Auteur | Jenny Steele <jsteele@geek...> |
Commiter | Jenny Steele |
Fixed a failing test
@@ -25,7 +25,7 @@ class TestRootController(TestController): | ||
25 | 25 | assert projects[0].find('a').get('href') == '/adobe/adobe-1/' |
26 | 26 | assert projects[0].find('img').get('alt') == 'adobe-1 Logo' |
27 | 27 | cat_links = response.html.find('div',{'id':'sidebar'}).findAll('li') |
28 | - assert len(cat_links) == 3 | |
28 | + assert len(cat_links) == 4 | |
29 | 29 | assert cat_links[0].find('a').get('href') == '/browse/clustering' |
30 | 30 | assert cat_links[0].find('a').get('class') == 'nav_child' |
31 | 31 | assert cat_links[0].find('a').find('span').string == 'Clustering' |