Avoid noise on console when running tests
This commit is contained in:
parent
d6c3fe5759
commit
036632bad3
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Changeset < ActiveRecord::Base
|
|||
|
||||
def self.from_xml(xml, create=false)
|
||||
begin
|
||||
p = XML::Parser.string(xml)
|
||||
p = XML::Parser.string(xml, :options => XML::Parser::Options::NOERROR)
|
||||
doc = p.parse
|
||||
|
||||
doc.find('//osm/changeset').each do |pt|
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue