]> source.dussan.org Git - redmine.git/commitdiff
use escaped "can't" constant at AuthSourcesControllerTest
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 23:51:39 +0000 (23:51 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Tue, 4 Feb 2014 23:51:39 +0000 (23:51 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@12801 e93f8b46-1217-0410-a6f0-8f06a7374b81

test/functional/auth_sources_controller_test.rb

index c563263786b8341cab6e729ff0f8d53ffe8cffe6..66481402373e69f2d8957976197d0ad0b3bb20f7 100644 (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