You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by br...@apache.org on 2015/08/17 21:38:20 UTC

[12/14] allura git commit: [#7922] ticket:834 Fix one more test

[#7922] ticket:834 Fix one more test


Project: http://git-wip-us.apache.org/repos/asf/allura/repo
Commit: http://git-wip-us.apache.org/repos/asf/allura/commit/37f2d48e
Tree: http://git-wip-us.apache.org/repos/asf/allura/tree/37f2d48e
Diff: http://git-wip-us.apache.org/repos/asf/allura/diff/37f2d48e

Branch: refs/heads/master
Commit: 37f2d48e977668c101e713cb8a25d3fe432297cd
Parents: 9aab61d
Author: Igor Bondarenko <je...@gmail.com>
Authored: Thu Aug 13 20:30:04 2015 +0300
Committer: Dave Brondsema <db...@slashdotmedia.com>
Committed: Mon Aug 17 17:54:15 2015 +0000

----------------------------------------------------------------------
 ForgeWiki/forgewiki/tests/functional/test_root.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/allura/blob/37f2d48e/ForgeWiki/forgewiki/tests/functional/test_root.py
----------------------------------------------------------------------
diff --git a/ForgeWiki/forgewiki/tests/functional/test_root.py b/ForgeWiki/forgewiki/tests/functional/test_root.py
index e2604bc..a42bce6 100644
--- a/ForgeWiki/forgewiki/tests/functional/test_root.py
+++ b/ForgeWiki/forgewiki/tests/functional/test_root.py
@@ -826,7 +826,7 @@ class TestRootController(TestController):
         menu = [li.find('span').getText() for li in menu.findAll('li')]
         assert_equal(
             menu,
-            ['Admin', 'Set Home', 'Permissions', 'Options', 'Label', 'Delete'])
+            ['Set Home', 'Permissions', 'Options', 'Label', 'Delete'])
 
     def test_sidebar_admin_menu_invisible_to_not_admin(self):
         def assert_invisible_for(username):