]> git.openstreetmap.org Git - rails.git/commitdiff
Suppress XML parsing errors.
authorAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Oct 2016 09:35:03 +0000 (10:35 +0100)
committerAndy Allan <git@gravitystorm.co.uk>
Wed, 26 Oct 2016 09:35:03 +0000 (10:35 +0100)
This technique was already used in app/models/changeset.rb

This suppresses the error messages when parsing invalid XML, but
the exceptions are still raised, as tested in test_from_xml_double_lat
in test/models/node_test.rb


No differences found