]> source.dussan.org Git - redmine.git/commitdiff
Test failure (#23996).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 13:58:29 +0000 (13:58 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Fri, 18 Nov 2016 13:58:29 +0000 (13:58 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@15970 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/issues_controller_test.rb

index cf2991e30aa5a7a1e1e4d48ed116a6f5f4fdaa4d..3e6113f38f6c378ed33ae064f2ab6470dae680ac 100644 (file)
@@ -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