mirror of
https://github.com/redmine/redmine.git
synced 2026-05-07 12:17:28 +02:00
Merged r23784 from trunk to 5.1-stable (#42756).
git-svn-id: https://svn.redmine.org/redmine/branches/5.1-stable@23786 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
@@ -42,7 +42,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
assert_response :success
|
||||
|
||||
assert_equal 'text/html', @response.media_type
|
||||
assert_select 'th.filename', :text => /issues_controller.rb\t\(révision 1484\)/
|
||||
assert_select 'th.filename', :text => /issues_controller\.rb \(révision 1484\)/
|
||||
assert_select 'td.line-code', :text => /Demande créée avec succès/
|
||||
end
|
||||
end
|
||||
@@ -61,7 +61,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
assert_response :success
|
||||
|
||||
assert_equal 'text/html', @response.media_type
|
||||
assert_select 'th.filename', :text => /issues_controller.rb\t\(r\?vision 1484\)/
|
||||
assert_select 'th.filename', :text => /issues_controller\.rb \(r\?vision 1484\)/
|
||||
assert_select 'td.line-code', :text => /Demande cr\?\?e avec succ\?s/
|
||||
end
|
||||
end
|
||||
@@ -81,7 +81,7 @@ class AttachmentsControllerTest < Redmine::ControllerTest
|
||||
assert_response :success
|
||||
|
||||
assert_equal 'text/html', @response.media_type
|
||||
assert_select 'th.filename', :text => /issues_controller.rb\t\(révision 1484\)/
|
||||
assert_select 'th.filename', :text => /issues_controller\.rb \(révision 1484\)/
|
||||
assert_select 'td.line-code', :text => /Demande créée avec succès/
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user