use escaped "can't" constant at AuthSourcesControllerTest

git-svn-id: http://svn.redmine.org/redmine/trunk@12801 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-02-04 23:51:39 +00:00
parent 61b5a44b1a
commit afa18701fd
1 changed files with 2 additions and 2 deletions

View File

@ -74,7 +74,7 @@ class AuthSourcesControllerTest < ActionController::TestCase
assert_response :success
assert_template 'new'
end
assert_error_tag :content => /host can&#x27;t be blank/i
assert_error_tag :content => /host #{ESCAPED_CANT} be blank/i
end
def test_edit
@ -118,7 +118,7 @@ class AuthSourcesControllerTest < ActionController::TestCase
:port => '389', :attr_login => 'uid'}
assert_response :success
assert_template 'edit'
assert_error_tag :content => /host can&#x27;t be blank/i
assert_error_tag :content => /host #{ESCAPED_CANT} be blank/i
end
def test_destroy