X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/f1c6a87aa137c11d0aff5a4b0e563ac2c2a8f82d..6e8033d8c8e0355a4eddee80df2263519a021ad5:/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"