Fixed that activities option tags on the time entry bulk edit form are escaped.
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@9643 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -278,6 +278,12 @@ class TimelogControllerTest < ActionController::TestCase
|
||||
|
||||
# System wide custom field
|
||||
assert_tag :select, :attributes => {:name => 'time_entry[custom_field_values][10]'}
|
||||
|
||||
# Activities
|
||||
assert_select 'select[name=?]', 'time_entry[activity_id]' do
|
||||
assert_select 'option[value=]', :text => '(No change)'
|
||||
assert_select 'option[value=9]', :text => 'Design'
|
||||
end
|
||||
end
|
||||
|
||||
def test_get_bulk_edit_on_different_projects
|
||||
|
||||
Reference in New Issue
Block a user