projects
/
rails.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7cd7db5
)
Remove unused xml_parse method
author
Anton Khorev
<tony29@yandex.ru>
Wed, 14 Aug 2024 02:58:17 +0000
(
05:58
+0300)
committer
Anton Khorev
<tony29@yandex.ru>
Wed, 14 Aug 2024 02:58:17 +0000
(
05:58
+0300)
test/controllers/api/nodes_controller_test.rb
patch
|
blob
|
history
diff --git
a/test/controllers/api/nodes_controller_test.rb
b/test/controllers/api/nodes_controller_test.rb
index d70c92861e9b563f7df5eab1fb933dfce1ead943..d9fabb012e18b21d0152cb2653e0a7f37e9dc470 100644
(file)
--- a/
test/controllers/api/nodes_controller_test.rb
+++ b/
test/controllers/api/nodes_controller_test.rb
@@
-639,12
+639,5
@@
module Api
xml.find("//osm/node").first[name] = value.to_s
xml
end
-
- ##
- # parse some xml
- def xml_parse(xml)
- parser = XML::Parser.string(xml)
- parser.parse
- end
end
end