]> git.openstreetmap.org Git - rails.git/blobdiff - test/functional/node_controller_test.rb
better handling of duplicate tags. Extra validation in the tests.
[rails.git] / test / functional / node_controller_test.rb
index 9e5621f8b324adad189a9731c89af9b9a3141a04..9d7f48ca42e52a032413f5d8b27071d6e1d553b1 100644 (file)
@@ -194,7 +194,8 @@ class NodeControllerTest < ActionController::TestCase
     content node_xml
     put :update, :id => current_nodes(:visible_node).id
     assert_response :bad_request, 
-       "adding duplicate tags to a node should fail with 'bad request'"
+      "adding duplicate tags to a node should fail with 'bad request'"
+    assert_equal "Element node/#{current_nodes(:visible_node).id} has duplicate tags with key #{current_node_tags(:t1).k}.", @response.body
   end
 
   # test whether string injection is possible