]> git.openstreetmap.org Git - rails.git/commit
Actually the changeset doesn't need an id attribute in the xml. It is simply fetched...
authorShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 15 Dec 2009 23:53:19 +0000 (23:53 +0000)
committerShaun McDonald <shaun@shaunmcdonald.me.uk>
Tue, 15 Dec 2009 23:53:19 +0000 (23:53 +0000)
commit094855be22a06ceeef5366bdf103b303deb38a12
treeb8ed5457b90036c6fbecab80f8807f8ae76741a2
parent1fb63256308164a8234fb5c94d4aae0188155e43
Actually the changeset doesn't need an id attribute in the xml. It is simply fetched as a parameter in the url. Thanks for pointing it out Frederik. We really need more tests so that things like this are thought about more before committing potentially significant changes.
app/models/changeset.rb
test/unit/changeset_test.rb