X-Git-Url: https://git.openstreetmap.org./rails.git/blobdiff_plain/db630762476d81af2aa2466cb2a036f7d7eaec75..7595e5a4ddd36627e48be7d36e2a2298627ee021:/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"