summaryrefslogtreecommitdiffstats
path: root/test/functional/issues_controller_test.rb
diff options
context:
space:
mode:
authorJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 13:58:29 +0000
committerJean-Philippe Lang <jp_lang@yahoo.fr>2016-11-18 13:58:29 +0000
commitab22ec2a94bfcb04d283057450b7d4ad65d99778 (patch)
tree6aa9622f248c556886af0aec6cefa3589c5ba528 /test/functional/issues_controller_test.rb
parentda22fb0d41017aed0f089b21dad2af54a26fb85b (diff)
downloadredmine-ab22ec2a94bfcb04d283057450b7d4ad65d99778.tar.gz
redmine-ab22ec2a94bfcb04d283057450b7d4ad65d99778.zip
Test failure (#23996).
git-svn-id: http://svn.redmine.org/redmine/trunk@15970 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test/functional/issues_controller_test.rb')
-rw-r--r--test/functional/issues_controller_test.rb2
1 files changed, 1 insertions, 1 deletions
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