1
0
mirror of https://github.com/meineerde/redmine.git synced 2025-12-19 15:01:14 +00:00

Test failure (#23996).

git-svn-id: http://svn.redmine.org/redmine/trunk@15968 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Jean-Philippe Lang 2016-11-18 13:49:27 +00:00
parent 8c9f9ba38b
commit 5e2f833f0c

View File

@ -263,7 +263,7 @@ class IssuesControllerTransactionTest < Redmine::ControllerTest
assert_response :success assert_response :success
end end
assert_select 'input[name=?][value=?]', 'time_entry[hours]', '2.5' assert_select 'input[name=?][value=?]', 'time_entry[hours]', '2.50'
assert_select 'input[name=?][value=?]', 'time_entry[comments]', 'should not be added' assert_select 'input[name=?][value=?]', 'time_entry[comments]', 'should not be added'
assert_select 'select[name=?]', 'time_entry[activity_id]' do assert_select 'select[name=?]', 'time_entry[activity_id]' do
assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s