You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@allura.apache.org by pe...@apache.org on 2013/05/10 20:17:02 UTC

[3/3] git commit: [#3905] Limit tools expected in testing to a bare minimum

[#3905] Limit tools expected in testing to a bare minimum

Signed-off-by: Peter Hartmann <pe...@apache.org>

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

Branch: refs/heads/ph/3905
Commit: 53e4225ec50cc41f3bde6ee359ec8bb4712b2ece
Parents: 09b8e76
Author: Peter Hartmann <pe...@apache.org>
Authored: Wed May 1 20:29:37 2013 +0200
Committer: Peter Hartmann <pe...@apache.org>
Committed: Wed May 1 20:29:37 2013 +0200

----------------------------------------------------------------------
 Allura/allura/tests/functional/test_admin.py |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-allura/blob/53e4225e/Allura/allura/tests/functional/test_admin.py
----------------------------------------------------------------------
diff --git a/Allura/allura/tests/functional/test_admin.py b/Allura/allura/tests/functional/test_admin.py
index ac63ffe..d94a5f7 100644
--- a/Allura/allura/tests/functional/test_admin.py
+++ b/Allura/allura/tests/functional/test_admin.py
@@ -181,11 +181,9 @@ class TestProjectAdmin(TestController):
         new_ep_opts = r.html.findAll('a',{'class':"install_trig"})
         tool_strings = [ ' '.join(opt.find('span').string.strip().split()) for opt in new_ep_opts ]
         expected_tools = [
-            'External Link',
             'Wiki',
             'Tickets',
             'Discussion',
-            'Chat (alpha)',
             'Blog',
             'Subproject']
         # check using sets, because their may be more tools installed by default