diff options
Diffstat (limited to 'test/integration')
-rw-r--r-- | test/integration/lib/redmine/field_format/attachment_format_test.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/integration/lib/redmine/field_format/attachment_format_test.rb b/test/integration/lib/redmine/field_format/attachment_format_test.rb index 759a73b17..958b25769 100644 --- a/test/integration/lib/redmine/field_format/attachment_format_test.rb +++ b/test/integration/lib/redmine/field_format/attachment_format_test.rb @@ -85,7 +85,7 @@ class AttachmentFieldFormatTest < Redmine::IntegrationTest # preview the attachment get link.attr('href') assert_response :success - assert_select 'h2', :text => 'testfile.txt' + assert_select 'h2', :text => "#{issue.tracker} ##{issue.id} ยป testfile.txt" end def test_create_without_attachment |