X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/6ec02bcdb21d258bb35a6100ac53f2d633d56ccc..ffb671b80d3f9105bfbb11ba9f4ef8cf5d0f262a:/test/controllers/api/relations_controller_test.rb diff --git a/test/controllers/api/relations_controller_test.rb b/test/controllers/api/relations_controller_test.rb index 1b54e4863..b7c17a176 100644 --- a/test/controllers/api/relations_controller_test.rb +++ b/test/controllers/api/relations_controller_test.rb @@ -737,7 +737,7 @@ module Api basic_authorization user.email, "test" - doc_str = < @@ -746,7 +746,7 @@ module Api -OSM + OSM doc = XML::Parser.string(doc_str).parse put :create, :body => doc.to_s @@ -795,7 +795,7 @@ OSM node1 = create(:node) node2 = create(:node) - doc_str = < @@ -804,7 +804,7 @@ OSM -OSM + OSM doc = XML::Parser.string(doc_str).parse ## First try with the private user @@ -836,7 +836,7 @@ OSM node3 = create(:node) node4 = create(:node) - doc_str = < @@ -845,7 +845,7 @@ OSM -OSM + OSM doc = XML::Parser.string(doc_str).parse basic_authorization user.email, "test"