]> source.dussan.org Git - redmine.git/commit
Pass parameters with :params in controller tests.
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jul 2016 07:43:16 +0000 (07:43 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sat, 16 Jul 2016 07:43:16 +0000 (07:43 +0000)
commit6cc6a918b4f36dbad445a5756f174b767e4ad61b
tree87704465c1a28284c466744eb6418cbd8adb1e22
parent11c85279ab2a8e660666e2c0c80025e2e2513940
Pass parameters with :params in controller tests.

git-svn-id: http://svn.redmine.org/redmine/trunk@15666 e93f8b46-1217-0410-a6f0-8f06a7374b81
16 files changed:
test/functional/roles_controller_test.rb
test/functional/search_controller_test.rb
test/functional/search_custom_fields_visibility_test.rb
test/functional/sessions_controller_test.rb
test/functional/settings_controller_test.rb
test/functional/sys_controller_test.rb
test/functional/time_entry_reports_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/timelog_custom_fields_visibility_test.rb
test/functional/trackers_controller_test.rb
test/functional/versions_controller_test.rb
test/functional/watchers_controller_test.rb
test/functional/wiki_controller_test.rb
test/functional/wikis_controller_test.rb
test/functional/workflows_controller_test.rb
test/test_helper.rb