]> git.openstreetmap.org Git - rails.git/commit
Reorganise tests to match modern rails test layout
authorTom Hughes <tom@compton.nu>
Wed, 26 Feb 2014 00:13:19 +0000 (00:13 +0000)
committerTom Hughes <tom@compton.nu>
Wed, 26 Feb 2014 00:13:19 +0000 (00:13 +0000)
commit98184dfb9cacc74ac5bcb91a41a2d5804b3f4f7d
tree8163984480b50bccb14bd6464b2a180419dabb37
parent1ea64ea977b08e5393d469707e268aee260acd2f
Reorganise tests to match modern rails test layout
74 files changed:
lib/tasks/testing.rake [new file with mode: 0644]
test/controllers/amf_controller_test.rb [moved from test/functional/amf_controller_test.rb with 99% similarity]
test/controllers/api_controller_test.rb [moved from test/functional/api_controller_test.rb with 99% similarity]
test/controllers/browse_controller_test.rb [moved from test/functional/browse_controller_test.rb with 99% similarity]
test/controllers/changeset_controller_test.rb [moved from test/functional/changeset_controller_test.rb with 99% similarity]
test/controllers/diary_entry_controller_test.rb [moved from test/functional/diary_entry_controller_test.rb with 99% similarity]
test/controllers/export_controller_test.rb [moved from test/functional/export_controller_test.rb with 96% similarity]
test/controllers/geocoder_controller_test.rb [moved from test/functional/geocoder_controller_test.rb with 99% similarity]
test/controllers/message_controller_test.rb [moved from test/functional/message_controller_test.rb with 99% similarity]
test/controllers/node_controller_test.rb [moved from test/functional/node_controller_test.rb with 99% similarity]
test/controllers/notes_controller_test.rb [moved from test/functional/notes_controller_test.rb with 99% similarity]
test/controllers/oauth_clients_controller_test.rb [moved from test/functional/oauth_clients_controller_test.rb with 99% similarity]
test/controllers/oauth_controller_test.rb [moved from test/functional/oauth_controller_test.rb with 96% similarity]
test/controllers/old_node_controller_test.rb [moved from test/functional/old_node_controller_test.rb with 99% similarity]
test/controllers/old_relation_controller_test.rb [moved from test/functional/old_relation_controller_test.rb with 99% similarity]
test/controllers/old_way_controller_test.rb [moved from test/functional/old_way_controller_test.rb with 99% similarity]
test/controllers/redactions_controller_test.rb [moved from test/functional/redactions_controller_test.rb with 98% similarity]
test/controllers/relation_controller_test.rb [moved from test/functional/relation_controller_test.rb with 99% similarity]
test/controllers/search_controller_test.rb [moved from test/functional/search_controller_test.rb with 93% similarity]
test/controllers/site_controller_test.rb [moved from test/functional/site_controller_test.rb with 99% similarity]
test/controllers/swf_controller_test.rb [moved from test/functional/swf_controller_test.rb with 84% similarity]
test/controllers/trace_controller_test.rb [moved from test/functional/trace_controller_test.rb with 99% similarity]
test/controllers/user_blocks_controller_test.rb [moved from test/functional/user_blocks_controller_test.rb with 99% similarity]
test/controllers/user_controller_test.rb [moved from test/functional/user_controller_test.rb with 99% similarity]
test/controllers/user_preference_controller_test.rb [moved from test/functional/user_preference_controller_test.rb with 99% similarity]
test/controllers/user_roles_controller_test.rb [moved from test/functional/user_roles_controller_test.rb with 99% similarity]
test/controllers/way_controller_test.rb [moved from test/functional/way_controller_test.rb with 99% similarity]
test/integration/client_application_test.rb
test/integration/cors_test.rb
test/integration/oauth_test.rb
test/integration/redirect_test.rb
test/integration/short_links_test.rb
test/integration/user_blocks_test.rb
test/integration/user_creation_test.rb
test/integration/user_diaries_test.rb
test/integration/user_login_test.rb
test/integration/user_roles_test.rb
test/integration/user_terms_seen_test.rb
test/lib/bounding_box_test.rb [moved from test/unit/bounding_box_test.rb with 99% similarity]
test/lib/i18n_test.rb [moved from test/unit/i18n_test.rb with 97% similarity]
test/lib/password_hash_test.rb [moved from test/unit/password_hash_test.rb with 96% similarity]
test/lib/rich_text_test.rb [moved from test/unit/rich_text_test.rb with 98% similarity]
test/lib/short_link_test.rb [moved from test/unit/short_link_test.rb with 96% similarity]
test/models/acl_test.rb [moved from test/unit/acl_test.rb with 70% similarity]
test/models/changeset_tag_test.rb [moved from test/unit/changeset_tag_test.rb with 96% similarity]
test/models/changeset_test.rb [moved from test/unit/changeset_test.rb with 98% similarity]
test/models/diary_comment_test.rb [moved from test/unit/diary_comment_test.rb with 77% similarity]
test/models/diary_entry_test.rb [moved from test/unit/diary_entry_test.rb with 97% similarity]
test/models/friend_test.rb [moved from test/unit/friend_test.rb with 74% similarity]
test/models/language_test.rb [moved from test/unit/language_test.rb with 69% similarity]
test/models/message_test.rb [moved from test/unit/message_test.rb with 99% similarity]
test/models/node_tag_test.rb [moved from test/unit/node_tag_test.rb with 97% similarity]
test/models/node_test.rb [moved from test/unit/node_test.rb with 99% similarity]
test/models/oauth_nonce_test.rb [moved from test/unit/oauth_nonce_test.rb with 91% similarity]
test/models/oauth_token_test.rb [moved from test/unit/oauth_token_test.rb with 94% similarity]
test/models/old_node_tag_test.rb [moved from test/unit/old_node_tag_test.rb with 97% similarity]
test/models/old_node_test.rb [moved from test/unit/old_node_test.rb with 98% similarity]
test/models/old_relation_tag_test.rb [moved from test/unit/old_relation_tag_test.rb with 97% similarity]
test/models/old_relation_test.rb [moved from test/unit/old_relation_test.rb with 98% similarity]
test/models/old_way_tag_test.rb [moved from test/unit/old_way_tag_test.rb with 96% similarity]
test/models/old_way_test.rb [moved from test/unit/old_way_test.rb with 98% similarity]
test/models/redaction_test.rb [moved from test/unit/redaction_test.rb with 95% similarity]
test/models/relation_member_test.rb [moved from test/unit/relation_member_test.rb with 75% similarity]
test/models/relation_tag_test.rb [moved from test/unit/relation_tag_test.rb with 98% similarity]
test/models/relation_test.rb [moved from test/unit/relation_test.rb with 99% similarity]
test/models/trace_test.rb [moved from test/unit/trace_test.rb with 98% similarity]
test/models/tracepoint_test.rb [moved from test/unit/tracepoint_test.rb with 73% similarity]
test/models/tracetag_test.rb [moved from test/unit/tracetag_test.rb with 94% similarity]
test/models/user_preference_test.rb [moved from test/unit/user_preference_test.rb with 96% similarity]
test/models/user_test.rb [moved from test/unit/user_test.rb with 99% similarity]
test/models/user_token_test.rb [moved from test/unit/user_token_test.rb with 76% similarity]
test/models/way_node_test.rb [moved from test/unit/way_node_test.rb with 72% similarity]
test/models/way_tag_test.rb [moved from test/unit/way_tag_test.rb with 96% similarity]
test/models/way_test.rb [moved from test/unit/way_test.rb with 99% similarity]