]> git.openstreetmap.org Git - rails.git/commit
Sort node ids in test_ways_for_node
authorTom Hughes <tom@compton.nu>
Sat, 14 Jan 2012 13:35:30 +0000 (13:35 +0000)
committerTom Hughes <tom@compton.nu>
Sat, 14 Jan 2012 13:35:30 +0000 (13:35 +0000)
commit6ffee1cf4be9b90bd8e807805ad59371c343de0d
tree7c0ebc071a18810c0823666f089f177d60cca4f6
parentd1727377a817ca66acb65b5c854dad35aed19ac1
Sort node ids in test_ways_for_node

The ways_for_node method on the way controller does not guarantee
to return nodes in any particular order so we shouldn't rely on it
doing so in our tests.
test/functional/way_controller_test.rb