• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

allura


Commit MetaInfo

Révision4e013fc5df9359631cf222e0b78dea2c289e5515 (tree)
l'heure2010-07-02 02:53:40
AuteurJenny Steele <jsteele@geek...>
CommiterJenny Steele

Message de Log

Fixed a failing test

Change Summary

Modification

--- a/pyforge/pyforge/tests/functional/test_root.py
+++ b/pyforge/pyforge/tests/functional/test_root.py
@@ -25,7 +25,7 @@ class TestRootController(TestController):
2525 assert projects[0].find('a').get('href') == '/adobe/adobe-1/'
2626 assert projects[0].find('img').get('alt') == 'adobe-1 Logo'
2727 cat_links = response.html.find('div',{'id':'sidebar'}).findAll('li')
28- assert len(cat_links) == 3
28+ assert len(cat_links) == 4
2929 assert cat_links[0].find('a').get('href') == '/browse/clustering'
3030 assert cat_links[0].find('a').get('class') == 'nav_child'
3131 assert cat_links[0].find('a').find('span').string == 'Clustering'