]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/changeset_controller_test.rb
Merge a final translation from i18n branch.
[rails.git] / test / functional / changeset_controller_test.rb
index e1cb3a7d484e3139ce8752509dd7cc1f6cba2c82..d60fe2fbc9621344512f373f479916ee85b3942d 100644 (file)
@@ -670,7 +670,7 @@ EOF
   content diff
   post :upload, :id => cs_id
   assert_response :bad_request, "Shouldn't be able to upload a diff with the action ping"
-  assert_equal @response.body, "Unknown action ping, choices are create, modify, delete."
+  assert_equal @response.body, "Unknown action ping, choices are create, modify, delete"
   end
 
   ##