]> git.openstreetmap.org Git - rails.git/commit
Made XML parsing routines raise an exception if the document is valid XML, but not...
authorMatt Amos <zerebubuth@gmail.com>
Thu, 6 Aug 2009 17:28:49 +0000 (17:28 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Thu, 6 Aug 2009 17:28:49 +0000 (17:28 +0000)
commitbb84a78a090db5db95963653ccba89233415c508
tree12007164fe1927519e0cbf1c96dd4a4763edda8a
parenta9a55db130eb2538e0807f618f57506d0099a266
Made XML parsing routines raise an exception if the document is valid XML, but not valid as an OSM document. This is now the same behaviour as when the document isn't valid XML.
app/models/node.rb
app/models/relation.rb
app/models/way.rb
test/functional/node_controller_test.rb