]> source.dussan.org Git - redmine.git/commit
Refactor: Move the rest of the routing tests to RoutingTest.
authorEric Davis <edavis@littlestreamsoftware.com>
Wed, 21 Apr 2010 16:02:55 +0000 (16:02 +0000)
committerEric Davis <edavis@littlestreamsoftware.com>
Wed, 21 Apr 2010 16:02:55 +0000 (16:02 +0000)
commit9b595c689d06ffc1386e242177358711bdbf5c3a
tree50b51d5cf708fe43aa2b3dce4d56ea871b3e1319
parent0fc884cf422356a2b57131daaa3340fd9da91b46
Refactor: Move the rest of the routing tests to RoutingTest.

git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@3687 e93f8b46-1217-0410-a6f0-8f06a7374b81
15 files changed:
test/functional/attachments_controller_test.rb
test/functional/boards_controller_test.rb
test/functional/documents_controller_test.rb
test/functional/issue_categories_controller_test.rb
test/functional/issue_relations_controller_test.rb
test/functional/members_controller_test.rb
test/functional/messages_controller_test.rb
test/functional/news_controller_test.rb
test/functional/projects_controller_test.rb
test/functional/repositories_controller_test.rb
test/functional/timelog_controller_test.rb
test/functional/wikis_controller_test.rb
test/integration/issues_api_test.rb
test/integration/projects_api_test.rb
test/integration/routing_test.rb