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

test/functional/issues_controller_transaction_test.rb

index 161ce8bc239cd980271de4e8d2bba5158637e802..b43572014d04cae7fb8e744ef1d89996216c9b44 100644 (file)
@@ -263,7 +263,7 @@ class IssuesControllerTransactionTest < Redmine::ControllerTest
       assert_response :success
     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 'select[name=?]', 'time_entry[activity_id]' do
       assert_select 'option[value=?][selected=selected]', TimeEntryActivity.first.id.to_s