]> git.openstreetmap.org Git - rails.git/commit
Fixed bug in changeset closing and querying where the number of elements exceeded...
authorMatt Amos <zerebubuth@gmail.com>
Sat, 7 Feb 2009 17:45:27 +0000 (17:45 +0000)
committerMatt Amos <zerebubuth@gmail.com>
Sat, 7 Feb 2009 17:45:27 +0000 (17:45 +0000)
commit76708eefcffb6b451ce9c275db4bcaf23690f69d
treec9ee6568a6f8740b34ec32e414c63e2957d12246
parent509832c5b36384ebac5ef89f99472f569f78dd34
Fixed bug in changeset closing and querying where the number of elements exceeded the maximum. Added a fixture for this.
app/controllers/changeset_controller.rb
app/models/changeset.rb
test/fixtures/changesets.yml
test/functional/changeset_controller_test.rb
test/unit/changeset_test.rb