]> git.openstreetmap.org Git - rails.git/commit
Change the way that the changeset parsing is done, so that it is in line with the...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Sun, 6 Dec 2009 02:13:30 +0000 (02:13 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Sun, 6 Dec 2009 02:13:30 +0000 (02:13 +0000)
commit43a28065b183af1d6015cf0bc890eb1960474b58
tree7296e59319860c030a9f5e2c630836af576b7307
parentfe21e55549bb81ad1424b4d2dc174beeecf9cfdc
Change the way that the changeset parsing is done, so that it is in line with the nodes/ways/relations and gives much nicer error messages. Adding some tests too to back up those changes.
app/controllers/changeset_controller.rb
app/models/changeset.rb
test/unit/changeset_test.rb
test/unit/node_test.rb