From ab22ec2a94bfcb04d283057450b7d4ad65d99778 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Fri, 18 Nov 2016 13:58:29 +0000 Subject: [PATCH] Test failure (#23996). git-svn-id: http://svn.redmine.org/redmine/trunk@15970 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- test/functional/issues_controller_test.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/functional/issues_controller_test.rb b/test/functional/issues_controller_test.rb index cf2991e30..3e6113f38 100644 --- a/test/functional/issues_controller_test.rb +++ b/test/functional/issues_controller_test.rb @@ -3207,7 +3207,7 @@ class IssuesControllerTest < Redmine::ControllerTest assert_select 'option[value="7"][selected=selected]', :text => 'Urgent' end - assert_select 'input[name=?][value="2.5"]', 'time_entry[hours]' + assert_select 'input[name=?][value="2.50"]', 'time_entry[hours]' assert_select 'select[name=?]', 'time_entry[activity_id]' do assert_select 'option[value="10"][selected=selected]', :text => 'Development' end -- 2.39.5