]> git.openstreetmap.org Git - rails.git/commit
Add routing tests for all supported routes
authorTom Hughes <tom@compton.nu>
Fri, 9 Mar 2012 18:28:06 +0000 (18:28 +0000)
committerTom Hughes <tom@compton.nu>
Fri, 9 Mar 2012 19:49:44 +0000 (19:49 +0000)
commit90e46a58de583ac2bd7bb43077faa94186957a7a
tree64b19afc5ac949ec2165efecea7513295f2d3c36
parentb01261760893de04dda650a427ceb59beea80004
Add routing tests for all supported routes
24 files changed:
test/functional/amf_controller_test.rb
test/functional/api_controller_test.rb
test/functional/browse_controller_test.rb
test/functional/changeset_controller_test.rb
test/functional/diary_entry_controller_test.rb
test/functional/export_controller_test.rb
test/functional/geocoder_controller_test.rb
test/functional/message_controller_test.rb
test/functional/node_controller_test.rb
test/functional/oauth_clients_controller_test.rb [new file with mode: 0644]
test/functional/oauth_controller_test.rb [new file with mode: 0644]
test/functional/old_node_controller_test.rb
test/functional/old_relation_controller_test.rb
test/functional/old_way_controller_test.rb
test/functional/relation_controller_test.rb
test/functional/search_controller_test.rb
test/functional/site_controller_test.rb
test/functional/swf_controller_test.rb
test/functional/trace_controller_test.rb
test/functional/user_blocks_controller_test.rb [new file with mode: 0644]
test/functional/user_controller_test.rb
test/functional/user_preference_controller_test.rb
test/functional/user_roles_controller_test.rb [new file with mode: 0644]
test/functional/way_controller_test.rb