diff test/integration/api_test/users_test.rb @ 441:cbce1fd3b1b7 redmine-1.2

Update to Redmine 1.2-stable branch (Redmine SVN rev 6000)
author Chris Cannam
date Mon, 06 Jun 2011 14:24:13 +0100
parents 07fa8a8b56a8
children cbb26bc654de
line wrap: on
line diff
--- a/test/integration/api_test/users_test.rb	Thu Mar 03 11:42:28 2011 +0000
+++ b/test/integration/api_test/users_test.rb	Mon Jun 06 14:24:13 2011 +0100
@@ -141,7 +141,7 @@
             
           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 @@
             
           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