Skip to content

Commit

Permalink
Avoid noise on console when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Nov 14, 2011
1 parent d6c3fe5 commit 036632b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/models/changeset.rb
Expand Up @@ -54,7 +54,7 @@ def set_closed_time_now

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|
Expand Down

0 comments on commit 036632b

Please sign in to comment.