mirror of
https://github.com/redmine/redmine.git
synced 2026-05-09 15:45:29 +02:00
Project settings: Move issue tracking settings to their own tab (#26488).
git-svn-id: http://svn.redmine.org/redmine/trunk@16896 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -879,10 +879,8 @@ class ProjectsControllerTest < Redmine::ControllerTest
|
||||
:id => source.id
|
||||
}
|
||||
assert_response :success
|
||||
assert_select 'fieldset#project_issue_custom_fields' do
|
||||
assert_select 'input[type=checkbox][value=?][checked=checked]', field1.id.to_s
|
||||
assert_select 'input[type=checkbox][value=?]:not([checked])', field2.id.to_s
|
||||
end
|
||||
assert_select 'input[type=hidden][name=?][value=?]', 'project[issue_custom_field_ids][]', field1.id.to_s
|
||||
assert_select 'input[type=hidden][name=?][value=?]', 'project[issue_custom_field_ids][]', field2.id.to_s, 0
|
||||
end
|
||||
|
||||
def test_post_copy_should_copy_requested_items
|
||||
|
||||
Reference in New Issue
Block a user