diff options
author | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2020-04-05 10:14:55 +0000 |
---|---|---|
committer | Jean-Philippe Lang <jp_lang@yahoo.fr> | 2020-04-05 10:14:55 +0000 |
commit | ace151c14cb3d043e107920297ec2875f891b22f (patch) | |
tree | be4abbd8ce62fb482a41c9c2c05cd2b8b068b49e /test | |
parent | 3079cef213a3f9f0505817677e91cc4a15d054de (diff) | |
download | redmine-ace151c14cb3d043e107920297ec2875f891b22f.tar.gz redmine-ace151c14cb3d043e107920297ec2875f891b22f.zip |
Fixed assertion broken by r19654 (#3800).
git-svn-id: http://svn.redmine.org/redmine/trunk@19662 e93f8b46-1217-0410-a6f0-8f06a7374b81
Diffstat (limited to 'test')
-rw-r--r-- | test/functional/timelog_controller_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/timelog_controller_test.rb b/test/functional/timelog_controller_test.rb index ce5ad6110..183599938 100644 --- a/test/functional/timelog_controller_test.rb +++ b/test/functional/timelog_controller_test.rb @@ -711,7 +711,7 @@ class TimelogControllerTest < Redmine::ControllerTest assert_select 'ul#bulk-selection' do assert_select 'li', 2 - assert_select 'li a', :text => '03/23/2007 - eCookbook: 4.25 hours' + assert_select 'li a', :text => '03/23/2007 - eCookbook: 4.25 hours (John Smith)' end assert_select 'form#bulk_edit_form[action=?]', '/time_entries/bulk_update' do |