From ec31b616982f137abdee8d0c6aa9dc4a6d103189 Mon Sep 17 00:00:00 2001 From: Jean-Philippe Lang Date: Mon, 18 Jul 2016 21:26:30 +0000 Subject: [PATCH] Removes calls to #assert_template and #assigns in functional tests. git-svn-id: http://svn.redmine.org/redmine/trunk@15695 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- app/views/activities/index.html.erb | 2 +- app/views/boards/show.html.erb | 2 +- app/views/issues/_conflict.html.erb | 2 + lib/redmine/field_format.rb | 7 + .../account_controller_openid_test.rb | 8 +- test/functional/account_controller_test.rb | 10 +- test/functional/activities_controller_test.rb | 25 +- test/functional/admin_controller_test.rb | 23 +- .../functional/attachments_controller_test.rb | 32 +- .../auth_sources_controller_test.rb | 13 - .../auto_completes_controller_test.rb | 20 +- test/functional/boards_controller_test.rb | 45 +- test/functional/calendars_controller_test.rb | 7 +- .../context_menus_controller_test.rb | 23 +- ...stom_field_enumerations_controller_test.rb | 10 +- .../custom_fields_controller_test.rb | 40 +- test/functional/documents_controller_test.rb | 10 +- .../email_addresses_controller_test.rb | 7 +- .../enumerations_controller_test.rb | 12 +- test/functional/files_controller_test.rb | 7 +- test/functional/gantts_controller_test.rb | 22 +- test/functional/groups_controller_test.rb | 13 +- test/functional/imports_controller_test.rb | 13 +- .../issue_categories_controller_test.rb | 12 +- .../issue_relations_controller_test.rb | 12 +- .../issue_statuses_controller_test.rb | 8 +- test/functional/issues_controller_test.rb | 504 +++++++----------- .../issues_controller_transaction_test.rb | 20 +- .../issues_custom_fields_visibility_test.rb | 6 +- test/functional/journals_controller_test.rb | 18 +- test/functional/members_controller_test.rb | 4 - test/test_helper.rb | 23 + 32 files changed, 360 insertions(+), 600 deletions(-) diff --git a/app/views/activities/index.html.erb b/app/views/activities/index.html.erb index 8f5cd08e6..033ae3cb6 100644 --- a/app/views/activities/index.html.erb +++ b/app/views/activities/index.html.erb @@ -46,7 +46,7 @@ <% end %> <% content_for :sidebar do %> -<%= form_tag({}, :method => :get) do %> +<%= form_tag({}, :method => :get, :id => 'activity_scope_form') do %>

<%= l(:label_activity) %>