Commit 0bf7a604 authored by Toshi MARUYAMA's avatar Toshi MARUYAMA Committed by Eric Davis

Fix test/integration/api_test/users_test.rb fails due to changing en.yml (#8035, #7855).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@5270 e93f8b46-1217-0410-a6f0-8f06a7374b81
parent 52be4a13
......@@ -141,7 +141,7 @@ class ApiTest::UsersTest < ActionController::IntegrationTest
assert_response :unprocessable_entity
assert_equal 'application/xml', @response.content_type
assert_tag 'errors', :child => {:tag => 'error', :content => "Firstname can't be blank"}
assert_tag 'errors', :child => {:tag => 'error', :content => "First name can't be blank"}
end
end
......@@ -226,7 +226,7 @@ class ApiTest::UsersTest < ActionController::IntegrationTest
assert_response :unprocessable_entity
assert_equal 'application/xml', @response.content_type
assert_tag 'errors', :child => {:tag => 'error', :content => "Firstname can't be blank"}
assert_tag 'errors', :child => {:tag => 'error', :content => "First name can't be blank"}
end
end
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment