]> source.dussan.org Git - redmine.git/commit
Adds leading slash to all assert_redirected_to arguments (#6887).
authorJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Nov 2010 16:45:32 +0000 (16:45 +0000)
committerJean-Philippe Lang <jp_lang@yahoo.fr>
Sun, 14 Nov 2010 16:45:32 +0000 (16:45 +0000)
commit2fab7bd9b1f16d8e8c352dfe0c13d80ff896ea76
tree498b1dbed91edb965db8a1cb46fc6e310fd2681e
parent2ee45e8cac909991ddf782a8d2947ae99473404a
Adds leading slash to all assert_redirected_to arguments (#6887).

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@4407 e93f8b46-1217-0410-a6f0-8f06a7374b81
19 files changed:
test/functional/account_controller_test.rb
test/functional/attachments_controller_test.rb
test/functional/comments_controller_test.rb
test/functional/documents_controller_test.rb
test/functional/files_controller_test.rb
test/functional/groups_controller_test.rb
test/functional/issue_moves_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/my_controller_test.rb
test/functional/news_controller_test.rb
test/functional/project_enumerations_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/roles_controller_test.rb
test/functional/search_controller_test.rb
test/functional/settings_controller_test.rb
test/integration/account_test.rb
test/integration/issues_test.rb
test/integration/projects_test.rb