summaryrefslogtreecommitdiffstats
path: root/test/functional
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2013-02-02 14:46:26 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2013-02-02 14:46:26 +0000
commit0380292ecae669c4fc574e80474bd84d69444cc6 (patch)
tree37bcaff77acab92d5433f79aac362a059f66fc51 /test/functional
parent9536d04c1e0a8aee94d71392c6e92fd577685e70 (diff)
downloadredmine-0380292ecae669c4fc574e80474bd84d69444cc6.tar.gz
redmine-0380292ecae669c4fc574e80474bd84d69444cc6.zip
Typo that makes the checkbox not visible (#5605).
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@11302 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/projects_controller_test.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/projects_controller_test.rb b/test/functional/projects_controller_test.rb
index be5c67e48..a93211caa 100644
--- a/test/functional/projects_controller_test.rb
+++ b/test/functional/projects_controller_test.rb
@@ -397,6 +397,8 @@ class ProjectsControllerTest < ActionController::TestCase
get :settings, :id => 'private-child'
assert_response :success
assert_template 'settings'
+
+ assert_select 'input[type=checkbox][name=?]', 'project[inherit_members]'
end
def test_settings_should_be_denied_for_member_on_closed_project